diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 09:24:04 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 09:24:04 -0600 |
commit | 50a39daa74a132397f7d389d1878158970e55bfc (patch) | |
tree | 81797a997723332ca21829c78404c295e8432698 /constants | |
parent | 60bc4b9b9b9ed7c03e549a39d4f29998e951b01f (diff) |
More idioms.
Diffstat (limited to 'constants')
-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 |