summaryrefslogtreecommitdiff
path: root/sram.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 /sram.asm
parent30c327276c937e06e3c8b7990cb9029937739f8e (diff)
Disassemble the final English debug ROMs
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/sram.asm b/sram.asm
index 4fe687bb..b9354382 100644
--- a/sram.asm
+++ b/sram.asm
@@ -89,13 +89,16 @@ sBackupPlayerData1:: ds wPlayerData1End - wPlayerData
SECTION "SRAM Stack", SRAM
sStackTop:: dw
-sUnusedRTCMinutes:: db
-sUnusedRTCHours:: db
+sRTCHaltCheckValue:: dw
SECTION "SRAM Window Stack", SRAM
-sWindowStackTop:: ds 1
+sWindowStackBottom::
+ ds $800 - 1
+sWindowStack::
+sWindowStackTop::
+ ds 1
SECTION "Save", SRAM