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 | 16ad16302e0c5ee116c697454cb98a62cf0bb58b (diff) |
Modularize the beach house.
Diffstat (limited to 'data/map_header_pointers.asm')
-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 |