summaryrefslogtreecommitdiff
path: root/ram
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-16 20:59:36 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-16 21:04:40 +0700
commit906ec5730c0ad831f68143b227b850189b0baed9 (patch)
tree1ea572f74ce6199feee30e777bf9e21a9da87b24 /ram
parentdd5fd058034e087165afe5e6b6ffc669781fffd6 (diff)
Disassemble sound test debug menu
Diffstat (limited to 'ram')
-rw-r--r--ram/hram.asm16
-rw-r--r--ram/wram.asm6
2 files changed, 21 insertions, 1 deletions
diff --git a/ram/hram.asm b/ram/hram.asm
index 4acfbfa..c0d49a1 100644
--- a/ram/hram.asm
+++ b/ram/hram.asm
@@ -57,7 +57,21 @@ hJoyDebounceSrc:: db
hJoypadState2:: db
- ds 6 ; TODO
+UNION
+
+hFFA7:: db
+hFFA8:: db
+hFFA9:: db
+
+NEXTU
+
+hDebugMenuSoundMenuIndex:: db
+hDebugMenuSoundID:: db
+hDebugMenuSoundBank:: db
+
+ENDU
+
+ ds 3 ; TODO
hGraphicStartTile:: db
hMoveMon:: db
diff --git a/ram/wram.asm b/ram/wram.asm
index da6d364..e0356b9 100644
--- a/ram/wram.asm
+++ b/ram/wram.asm
@@ -633,6 +633,12 @@ wTalkingTargetType:: db
wcdb1:: ds 1
wcdb2:: ds 1
+ds 1
+
+wcdb4:: ds 1
+wcdb5:: ds 1
+wcdb6:: ds 1
+
SECTION "CDB9", WRAM0[$CDB9]
wcdb9:: ds 1