Users browsing this thread: 1 Guest(s)
Battlescript variables...

#11
Posts: 3,969
Threads: 279
Thanks Received: 236
Thanks Given: 57
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(01-28-2015, 09:47 PM)Tenkarider Wrote: Is it happening again? I mean, even this time, like with call formation command there's no limitation after the last existing var and so you're gonna touch some value that involves something else? (and so risking to do huge damage?)

Yes.
  Find
Quote  

#12
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
Anyway if i manage to expand the list of variables, then those commands will become handy (the range which exceed the actual number of variables, i mean...)


THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
  Find
Quote  

#13
Posts: 212
Threads: 1
Thanks Received: 11
Thanks Given: 2
Joined: Oct 2014
Reputation: 7
Status
None
(01-28-2015, 08:18 PM)Tenkarider Wrote: The other thing i don't understand is... var 0-3 are restored to 0 after battle, the following 20 vars not... how 'bout all the others, until var 255?
Take a look at the code again.
(01-28-2015, 12:14 AM)LightPhoenix Wrote:
Code:
C2/49D5: A2 13        LDX #$13
C2/49D7: BD B4 3E     LDA $3EB4,X    (copy in-battle event bytes)
C2/49DA: 9D C9 1D     STA $1DC9,X    ( back into normal out-of-battle event bytes)
C2/49DD: CA           DEX
C2/49DE: 10 F7        BPL $49D7      (iterate 20 times)
The loop is executed only 20 times, and the block starts at $3EB4, not $3EB0. Therefore var 0-3 are skipped, and var 4-17 retain their values after battle.




https://github.com/abyssonym/beyondchaos
Beyond Chaos is a full-game randomizer for FF6.
Quote  

#14
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
Well, Madsiur already pointed that out...


THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
  Find
Quote  

#15
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
It's stupid that i realized that just now... but if the highest var is 17,
then what is var 036???
Some vanilla boss use it too...

On a side note when i'll start to deal with AI, i'm gonna try some experiment on those evil variables...


THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
  Find
Quote  

#16
Posts: 676
Threads: 44
Thanks Received: 26
Thanks Given: 21
Joined: Jan 2015
Reputation: 11
Status
Zombie
Wait, rule bending, limit breaking bosses are not enough? Now your gonna use evil variables?
That might almost be considered cheating. Least it sounds fun though.


The only true wisdom is knowing you know nothing.
  Find
Quote  

#17
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
The curse is everywhere, in any shape... ;[

Btw my hack might be remembered even for how i actually managed to use battle variables, not only for the curse.


THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
  Find
Quote  

#18
Posts: 3,969
Threads: 279
Thanks Received: 236
Thanks Given: 57
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Tenkarider Wrote:Btw my hack might be remembered even for how i actually managed to use battle variables, not only for the curse.

Actually, nobody will notice this except if they open your hack with the editor.
  Find
Quote  

#19
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
Well... someone should start to ask, when they'll find(for example) Carbuncle as a random boss encounter in WoB, walking in the grassland(and then it will never appear anymore) and be able to obtain the esper...

PS. anyone has any info about var 36? even Lord Envoy used it for Emperor Dragon and Godzilla...


THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
  Find
Quote  

#20
Posts: 676
Threads: 44
Thanks Received: 26
Thanks Given: 21
Joined: Jan 2015
Reputation: 11
Status
Zombie
Final Fantasy V did that with Shoat and Ramah. It was cool, long as you paid attention to npc telling you stuff like "dar be a weird critter in the woods"

Else you missed a small window of opportunity.

Still, doing it here would be a slick trick.


The only true wisdom is knowing you know nothing.
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite