Users browsing this thread: 1 Guest(s)
Rage Mechanics Question and Idea

#5
Posts: 737
Threads: 38
Thanks Received: 14
Thanks Given: 44
Joined: Jan 2016
Reputation: 6
Status
None
(11-30-2018, 01:24 PM)madsiur Wrote: The game has 1 bit per rage, on $20 bytes. The menu just read those 32 bytes in order. This is how the game add a rage when it's learned in battle:

Code:
C2/4A10: BD 01 20     LDA $2001,X    (Low byte of monster #)
C2/4A13: 20 17 52     JSR $5217      (X = monster # DIV 8, A = 2^(monster # MOD 8))
C2/4A16: 1D 2C 1D     ORA $1D2C,X
C2/4A19: 9D 2C 1D     STA $1D2C,X    (Add rage to list of known ones)

Okay, then how do I change the order of those bytes?
  Find
Quote  



Messages In This Thread
Rage Mechanics Question and Idea - by DrakeyC - 11-30-2018, 12:30 PM
RE: Rage Mechanics Question and Idea - by madsiur - 11-30-2018, 01:24 PM
RE: Rage Mechanics Question and Idea - by DrakeyC - 12-01-2018, 05:01 PM
RE: Rage Mechanics Question and Idea - by madsiur - 12-01-2018, 07:22 PM
RE: Rage Mechanics Question and Idea - by B-Run - 12-01-2018, 09:20 AM
RE: Rage Mechanics Question and Idea - by madsiur - 12-12-2018, 03:42 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite