From f2a03f0bda9e7381c1cf9145e225139af04245e6 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 14 Jan 2022 12:59:14 -0600 Subject: [PATCH] Reorganized and reserved new starting data section --- tables.asm | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/tables.asm b/tables.asm index 28341d2..5f27fc1 100644 --- a/tables.asm +++ b/tables.asm @@ -1615,16 +1615,11 @@ dw $0000 ;-------------------------------------------------------------------------------- ; 0x182305 - 182FFF (unused) ;================================================================================ -org $30B000 ; PC 0x183000 - 0x183054 -StartingEquipment: -dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 -dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 -dw $0000, $0000, $0000, $0000, $0000, $0000, $1818, $FF00 -dw $0000, $0000, $0000, $0000, $F800, $0000, $0000, $0000 -dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 -dw $0000, $0000 +org $30B000 ; PC 0x183000 - 0x1832FF +StartingRoomData: +; reserved for Room Data -org $30B080 ; PC 0x183080 - 0x1830FF +org $30B280 ; PC 0x183280 - 0x1832FF StartingOverworldEvents: db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 @@ -1634,8 +1629,17 @@ db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $0 db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 + +org $30B340 ; PC 0x183340 - 0x183393 +StartingEquipment: +dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 +dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 +dw $0000, $0000, $0000, $0000, $0000, $0000, $1818, $FF00 +dw $0000, $0000, $0000, $0000, $F800, $0000, $0000, $0000 +dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000 +dw $0000, $0000 ;-------------------------------------------------------------------------------- -; 0x182355 - 183FFF (unused) +; 0x183394 - 183FFF (unused) ;================================================================================ org $30C000 ; PC 0x184000 - 0x184007 ItemSubstitutionRules: