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 /sram.asm | |
parent | 4fb008844030283ad34cb0802b088b4dd7c9891c (diff) |
Disassemble the final English debug ROM
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -90,6 +90,14 @@ sBackupCheckValue2:: db ; loaded with SAVE_CHECK_VALUE_2, used to check save cor sStackTop:: dw +if DEF(_DEBUG) +sRTCHaltCheckValue:: dw +sSkipBattle:: db +sDebugTimeCyclesSinceLastCall:: db +sOpenedInvalidSRAM:: db +sIsBugMon:: db +endc + SECTION "Save", SRAM |