diff options
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 |