summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-10 20:12:38 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-13 10:59:22 -0400
commit4eeab8973c8367b3ae8885d158197392489e6174 (patch)
tree4734c3387645630e3092ef858b2433159a8abdf6 /hram.asm
parent30c327276c937e06e3c8b7990cb9029937739f8e (diff)
Disassemble the final English debug ROMs
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