diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-09 21:10:30 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-09 21:10:30 -0400 |
commit | 230d94e45849baaa9c6bcc3c2c49958b2210c016 (patch) | |
tree | e8549abbb88b3bf55a246c9b9e79fdc90a8b2a9b /macros/wram.asm | |
parent | fa45a690ee4b7734b371f18addcd35184df97c86 (diff) |
Add engine/games/slot_machine.asm.
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 39f6ebad..ea62f26f 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -259,14 +259,14 @@ slot_reel: MACRO \1SpinRate:: db \1OAMAddr:: dw \1XCoord:: db -\1Slot09:: ds 1 -\1Slot0a:: ds 1 -\1Slot0b:: ds 1 -\1Slot0c:: ds 1 -\1Slot0d:: ds 1 -\1Slot0e:: ds 1 -\1Slot0f:: ds 1 -endm +\1ManipCounter:: db +\1ManipDelay:: db +\1Field0b:: ds 1 +\1Field0c:: ds 1 +\1Field0d:: ds 1 +\1Field0e:: ds 1 +\1StopDelay:: db +ENDM object_struct: MACRO \1Sprite:: db |