summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index 44b7b4a3..3b3b3df6 100644
--- a/hram.asm
+++ b/hram.asm
@@ -160,4 +160,10 @@ hCGBPalUpdate:: db
hCGB:: db
hSGB:: db
- ds 21
+IF DEF(_DEBUG)
+hDebugRoomMenuPage:: db
+ELSE
+ ds 1
+ENDC
+
+ ds 20