diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-13 13:05:05 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-13 15:18:28 -0400 |
commit | e239aa4aba89156ac52b2af26d1bbf084ee88e75 (patch) | |
tree | 28e1dd069acc5c1a88662ce275f7102da68f3c4e /mobile/mobile_menu.asm | |
parent | 4fb008844030283ad34cb0802b088b4dd7c9891c (diff) |
Disassemble the final English debug ROM
Diffstat (limited to 'mobile/mobile_menu.asm')
-rw-r--r-- | mobile/mobile_menu.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index bab29dcb4..f1d84f519 100644 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -844,3 +844,9 @@ Function4a6d8: dec b jr nz, Function4a6d8 ret + +if DEF(_DEBUG) +MainMenu_DebugRoom: + farcall _DebugRoom + ret +endc |