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 /data/map_header_pointers.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 '')
| -rwxr-xr-x | data/map_header_pointers.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 4f3248fc..771989a5 100755 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -248,3 +248,6 @@ MapHeaderPointers:: ; 01ae (0:01ae) dw Lorelei_h dw Bruno_h dw Agatha_h ;247 +IF DEF(_OPTION_BEACH_HOUSE) + dw BeachHouse_h +ENDC |
