diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 19:38:15 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 19:38:15 +0100 |
commit | d6507e38827ffbda10ef947d7ddcd8b60899fdf5 (patch) | |
tree | 835cb8997754cb1419d71b9ba5092e4e844ffe2c /macros | |
parent | 731311cb151ec43330a08c0a45e8278f848954af (diff) |
More constants and documentation in slot machines
Diffstat (limited to 'macros')
-rwxr-xr-x | macros/wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 4325a4ad8..90cd8cff0 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -275,13 +275,13 @@ slot_reel: MACRO \1SpinRate:: db \1OAMAddr:: dw \1XCoord:: db -\1Slot09:: ds 1 -\1Slot0a:: ds 1 +\1ManipCounter:: db +\1ManipDelay:: db \1Slot0b:: ds 1 \1Slot0c:: ds 1 \1Slot0d:: ds 1 \1Slot0e:: ds 1 -\1Slot0f:: ds 1 +\1StopDelay:: db endm object_struct: MACRO |