Author Topic: The Mighty Jill Off  (Read 20566 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The Mighty Jill Off
« Reply #30 on: March 22, 2011, 04:12:54 pm »
HOLY SHIT! This is just awesome! O.O I saw it the other day but didn't reply until now. It looks pretty nice and I like the idea so far. I hope you finish this. :)
« Last Edit: March 22, 2011, 04:13:03 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: The Mighty Jill Off
« Reply #31 on: March 22, 2011, 04:18:41 pm »
Woo this is just woo
I'm not a nerd but I pretend:

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: The Mighty Jill Off
« Reply #32 on: March 22, 2011, 04:23:11 pm »
You still can't access the pointer to it, though.




Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #33 on: March 22, 2011, 05:23:52 pm »
If you're making it a program, the entire program should be under 8811 bytes. This is because Axe puts its own routines after the data, so things still get run at the very end. There are ways to get around this and put the data after that, however.
I haven't tried this myself, but try disassembling the executable once as it is, then using TI-Coder or a similar utility to move all of the data to the end of the source, then dissassemble the final source. I would like to see if that puts all of the data at the end. If you don't want to scroll down to the bottom of the source to edit your data, include it in an Axe Library and put the reference at the bottom.

that's actually  great way to turn a 1 page axe app into a 2 or more page one.  TJOPTT will do that, but I must caution you leafiness that if you try that approach, I would look at appendix A/B in hot dog's asm tutorial to get the gist of how page turning works.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #34 on: March 22, 2011, 06:17:36 pm »
Well, I'm aiming to not make this an app.
Wasn't there a way to stick all the data at the beginning of a program to not make it count in the 8801 byte limit?
In-progress: Graviter (...)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: The Mighty Jill Off
« Reply #35 on: March 22, 2011, 09:18:51 pm »
Well, I'm aiming to not make this an app.
Wasn't there a way to stick all the data at the beginning of a program to not make it count in the 8801 byte limit?
Nope, not at the beginning.

This looks amazing.  Great job! ;D

Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #36 on: March 22, 2011, 09:21:33 pm »
at the end, you can -- In fact this is what I think castlevania by qazz does, which is why it's so large -- but only a 128 byte save var ;)

how big are the levels bytewise?  I can only assume that they're around maybe 200-220 bytes, so if you can keep the code below 8.8K, then you might be able to fit as many as a full app page's worth of levels into it as well O.o

EDIT: w00ps, wrong topic -- I must've glued my feet and assumed that this was for graviter :P
« Last Edit: March 22, 2011, 09:22:28 pm by Ashbad »

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #37 on: March 22, 2011, 11:16:56 pm »
Estimated release date has been set to less than five weeks from now.
Progress coming along good.
Maybe somebody can help me figure out the data after I finish the entire map.
In-progress: Graviter (...)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The Mighty Jill Off
« Reply #38 on: March 23, 2011, 03:43:42 pm »
You might want to ask in the Axe subforum for a faster response, though. Anyway I'm glad to see this is coming along nicely.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: The Mighty Jill Off
« Reply #39 on: March 23, 2011, 05:31:09 pm »
Estimated release date has been set to less than five weeks from now.
Progress coming along good.
Maybe somebody can help me figure out the data after I finish the entire map.

What do you mean, "figure out the data"
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #40 on: March 23, 2011, 05:38:00 pm »
I think he means he needs an efficient and easy to access way to store/retrieve data.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #41 on: March 24, 2011, 02:37:56 am »
I am now roughly 1/5 to 1/6 done mapping. Yay!
Also, is there any way to make "solid" white pixels without using Pt-Off? Like, they don't get covered up if something's underneath using Pt-On
In-progress: Graviter (...)

Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #42 on: March 24, 2011, 02:05:07 pm »
you can try a method using Pt-Mask(

« Last Edit: March 24, 2011, 02:05:16 pm by Ashbad »

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: The Mighty Jill Off
« Reply #43 on: March 24, 2011, 02:14:28 pm »
you can try a method using Pt-Mask(
Pt-mask is an os routine so it will be very slow.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #44 on: March 24, 2011, 03:11:44 pm »
...it is?  I don't believe it is -- the OS doesn't support good sprite routines as far as I know -- just the really slow Bitmap command which draws it directly to the screen and updates the screen no matter what right afterwards.
« Last Edit: March 24, 2011, 03:12:04 pm by Ashbad »