From 45cb263360f3242db5538367ebf8035632d97534 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 31 May 2016 14:49:24 -0400 Subject: Hall of Fame Room (TEH URN) --- data/map_header_banks.asm | 2 +- data/map_header_pointers.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 92d75610..20b1e875 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -118,7 +118,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db $1d ; unused db $1d ; unused db $1d ; unused - db $16 ; db BANK(HallofFameRoom_h) + db BANK(HallofFameRoom_h) db $18 ; db BANK(UndergroundPathNS_h) db $1d ; db BANK(Gary_h) db $18 ; db BANK(UndergroundPathWE_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 81753ba0..cbaa5da9 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -118,7 +118,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Lance_h ; unused dw Lance_h ; unused dw Lance_h ; unused - dw $642d ; dw HallofFameRoom_h + dw HallofFameRoom_h dw $5f31 ; dw UndergroundPathNS_h dw $57a0 ; dw Gary_h ;id=120 dw $5f55 ; dw UndergroundPathWE_h -- cgit v1.3.1-sl0p