diff options
Diffstat (limited to 'engine/debug/debug_room.asm')
-rw-r--r-- | engine/debug/debug_room.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/debug/debug_room.asm b/engine/debug/debug_room.asm index 3af67311..a2309dad 100644 --- a/engine/debug/debug_room.asm +++ b/engine/debug/debug_room.asm @@ -1174,6 +1174,7 @@ DebugRoom_BoxStructStrings: .SendBox: db "SEND BOX@" DebugRoom_BoxAddresses: + table_width 3, DebugRoom_BoxAddresses dba sBox1 dba sBox2 dba sBox3 @@ -1188,6 +1189,7 @@ DebugRoom_BoxAddresses: dba sBox12 dba sBox13 dba sBox14 + assert_table_length NUM_BOXES DebugRoomMenu_RTCEdit: ld hl, .PagedValuesHeader |