diff options
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 4e4e314f..3703f6c5 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -246,4 +246,6 @@ TRADE_CENTER EQU $F0 LORELEIS_ROOM EQU $F5 BRUNOS_ROOM EQU $F6 AGATHAS_ROOM EQU $F7 -BEACH_HOUSE EQU $F8 ; Yellow only
\ No newline at end of file +IF DEF(_YELLOW) +BEACH_HOUSE EQU $F8 +ENDC |