diff options
Diffstat (limited to 'ram/hram.asm')
-rw-r--r-- | ram/hram.asm | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ram/hram.asm b/ram/hram.asm index 8f86a2a..da8f685 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 |