From 50a39daa74a132397f7d389d1878158970e55bfc Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 17 Oct 2014 09:24:04 -0600 Subject: More idioms. --- constants/map_constants.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants') 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 -- cgit v1.3.1-sl0p