diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 12:16:52 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 12:16:52 -0600 |
| commit | 1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce (patch) | |
| tree | 3320eb30ddf4e52c751a63f06e36868d33ef9544 /constants/map_constants.asm | |
| parent | Add the beach house tileset. (diff) | |
| download | pokeyellow-1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce.tar.gz pokeyellow-1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce.tar.xz pokeyellow-1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce.zip | |
Modularize the beach house.
Diffstat (limited to 'constants/map_constants.asm')
| -rw-r--r-- | constants/map_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 3703f6c5..11deedd0 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -246,6 +246,6 @@ TRADE_CENTER EQU $F0 LORELEIS_ROOM EQU $F5 BRUNOS_ROOM EQU $F6 AGATHAS_ROOM EQU $F7 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE EQU $F8 ENDC |
