summaryrefslogtreecommitdiff
path: root/macros/wram.asm
diff options
context:
space:
mode:
authorZumi <13794376+ZoomTen@users.noreply.github.com>2021-01-26 10:29:07 +0700
committerGitHub <noreply@github.com>2021-01-25 22:29:07 -0500
commitd9f52a57a604cc1204f6077e21d75e04cb954672 (patch)
treed1cfa2e3003c1bac1b74a3a289e01421dfcc387d /macros/wram.asm
parent735e9f09a2bfc6c32ed596906c07ec501fb05070 (diff)
Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)
Also identify SFX and cry pointers
Diffstat (limited to 'macros/wram.asm')
-rw-r--r--macros/wram.asm21
1 files changed, 14 insertions, 7 deletions
diff --git a/macros/wram.asm b/macros/wram.asm
index 094223d..b479113 100644
--- a/macros/wram.asm
+++ b/macros/wram.asm
@@ -250,13 +250,13 @@ 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
+\1ManipCounter:: db
+\1ManipDelay:: db
+\1Field0b:: db
+\1Field0c:: db
+\1Field0d:: db
+\1Field0e:: db
+\1StopDelay:: db
endm
object_struct: MACRO
@@ -367,6 +367,13 @@ battle_bg_effect: MACRO
\1_03:: ds 1
endm
+sprite_oam_struct: MACRO
+\1YCoord:: db
+\1XCoord:: db
+\1TileID:: db
+\1Attributes:: db
+ENDM
+
warp_struct: MACRO
\1WarpNumber:: ds 1
\1MapGroup:: ds 1