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/tilesets.asm | |
parent | 16ad16302e0c5ee116c697454cb98a62cf0bb58b (diff) |
Modularize the beach house.
Diffstat (limited to 'constants/tilesets.asm')
-rw-r--r-- | constants/tilesets.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/tilesets.asm b/constants/tilesets.asm index ba549646..bf15f24e 100644 --- a/constants/tilesets.asm +++ b/constants/tilesets.asm @@ -22,6 +22,6 @@ LAB EQU 20 CLUB EQU 21 FACILITY EQU 22 PLATEAU EQU 23 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE_TILESET EQU 24 ENDC |