summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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