summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-13 16:16:32 -0400
committerGitHub <noreply@github.com>2020-07-13 16:16:32 -0400
commit5360c14c46d904c67e8fd26824819725b4fa62ff (patch)
tree4734c3387645630e3092ef858b2433159a8abdf6 /wram.asm
parent30c327276c937e06e3c8b7990cb9029937739f8e (diff)
parent4eeab8973c8367b3ae8885d158197392489e6174 (diff)
Merge pull request #56 from Rangi42/master
Disassemble the final English debug ROMs
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm40
1 files changed, 40 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index dc122e96..3f490f0e 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1060,6 +1060,33 @@ wBattleEnd::
ENDU
+IF DEF(_DEBUG)
+NEXTU
+; debug room paged values
+UNION
+; debug room new item values
+wDebugRoomItemID:: db
+wDebugRoomItemQuantity:: db
+NEXTU
+; debug room new pokemon values
+wDebugRoomMon:: box_struct wDebugRoomMon
+wDebugRoomMonBox:: db
+NEXTU
+; debug room RTC values
+wDebugRoomRTCSec:: db
+wDebugRoomRTCMin:: db
+wDebugRoomRTCHour:: db
+wDebugRoomRTCDay:: dw
+wDebugRoomRTCCurSec:: db
+wDebugRoomRTCCurMin:: db
+wDebugRoomRTCCurHour:: db
+wDebugRoomRTCCurDay:: dw
+NEXTU
+; debug room GB ID values
+wDebugRoomGBID:: dw
+ENDU
+ENDC
+
ENDU
@@ -1457,6 +1484,19 @@ wKeepSevenBiasChance:: ; used in the slots to handle the favoring of 7 symbol st
wStartFlypoint:: db
wEndFlypoint:: db
+IF DEF(_DEBUG)
+NEXTU
+; debug room paged values
+wDebugRoomCurPage:: db
+wDebugRoomCurValue:: db
+wDebugRoomAFunction:: dw
+wDebugRoomStartFunction:: dw
+wDebugRoomSelectFunction:: dw
+wDebugRoomAutoFunction:: dw
+wDebugRoomPageCount:: db
+wDebugRoomPagedValuesPtr:: dw
+ENDC
+
NEXTU
; unidentified
wceed:: db