diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 07:35:25 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 07:35:25 -0400 |
commit | aa2dcaedbc481ed6ee976b61709259ac9309ea8d (patch) | |
tree | 85c1f183f2f1425baa0dfef109e36e470f7ae89a /data | |
parent | f19ef183bec397bf346c54c41e05f8cd8d8be27c (diff) |
Include Celadon's headers
Diffstat (limited to 'data')
-rw-r--r-- | data/map_header_banks.asm | 2 | ||||
-rw-r--r-- | data/map_header_pointers.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index eeff1974..29357dd6 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -249,4 +249,4 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) ;db BANK(Lorelei_h) ;db BANK(Bruno_h) ;db BANK(Agatha_h) - ;db BANK(BeachHouse_h)
\ No newline at end of file + ;db BANK(BeachHouse_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index c7dd0c9f..8cabbd0d 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -249,4 +249,4 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) ;dw Lorelei_h ;dw Bruno_h ;dw Agatha_h ;247 - ;dw BeachHouse_h
\ No newline at end of file + ;dw BeachHouse_h |