diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 15:55:39 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 15:55:39 -0400 |
| commit | 439efda1ba940b010786be1186007355adf23965 (patch) | |
| tree | 0becd0b5980b180a0abd11377d1ed35ae3814bda /data/map_header_banks.asm | |
| parent | Hall of Fame Room (TEH URN) (diff) | |
| download | pokeyellow-439efda1ba940b010786be1186007355adf23965.tar.gz pokeyellow-439efda1ba940b010786be1186007355adf23965.tar.xz pokeyellow-439efda1ba940b010786be1186007355adf23965.zip | |
Champion's room; resolve predefs
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 20b1e875..047dcc87 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -120,7 +120,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db $1d ; unused db BANK(HallofFameRoom_h) db $18 ; db BANK(UndergroundPathNS_h) - db $1d ; db BANK(Gary_h) + db BANK(Gary_h) db $18 ; db BANK(UndergroundPathWE_h) db $11 ; db BANK(CeladonMart1_h) db $15 ; db BANK(CeladonMart2_h) |
