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_dimensions.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_dimensions.asm')
| -rwxr-xr-x | constants/map_dimensions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm index 2c6075fa..236ccac4 100755 --- a/constants/map_dimensions.asm +++ b/constants/map_dimensions.asm @@ -892,7 +892,7 @@ BRUNOS_ROOM_WIDTH EQU $05 AGATHAS_ROOM_HEIGHT EQU $06 AGATHAS_ROOM_WIDTH EQU $05 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE_HEIGHT EQU 4 BEACH_HOUSE_WIDTH EQU 7 ENDC |
