Skip to content

Commit

Permalink
fixed more oversights, fossil encounters SHOULD be working and not br…
Browse files Browse the repository at this point in the history
…eak the game now
  • Loading branch information
StarBeasts committed Jun 13, 2024
1 parent 6af01af commit 3f6db93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/maps/map_header_banks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ MapHeaderBanks::
db BANK(SilphCo10F_h)
db BANK(SilphCo11F_h)
db BANK(SilphCoElevator_h)
db BANK(AncientCave_h)
db BANK(DevilsCanyon_h)
db $11 ; UNUSED_MAP_ED
db $11 ; UNUSED_MAP_EE
db BANK(TradeCenter_h)
db BANK(Colosseum_h)
db $11 ; UNUSED_MAP_F1
Expand Down
4 changes: 2 additions & 2 deletions data/maps/map_header_pointers.asm
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ MapHeaderPointers::
dw SilphCo10F_h
dw SilphCo11F_h
dw SilphCoElevator_h
dw AncientCave_h ; UNUSED_MAP_ED
dw DevilsCanyon_h ; UNUSED_MAP_EE
dw SilphCo2F_h ; UNUSED_MAP_ED
dw SilphCo2F_h ; UNUSED_MAP_EE
dw TradeCenter_h
dw Colosseum_h
dw SilphCo2F_h ; UNUSED_MAP_F1
Expand Down
4 changes: 2 additions & 2 deletions data/maps/songs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ MapSongBanks::
db MUSIC_SILPH_CO, 0 ; UNUSED_MAP_EE
db MUSIC_CELADON, 0 ; TRADE_CENTER
db MUSIC_CELADON, 0 ; COLOSSEUM
db MUSIC_EZIO, 0 ; ANCIENT_CAVE
db MUSIC_DUNGEON1, 0 ; DEVILS_CANYON
db MUSIC_SILPH_CO, 0 ; UNUSED_MAP_F1
db MUSIC_SILPH_CO, 0 ; UNUSED_MAP_F2
db MUSIC_DUNGEON1, 0 ; HAND HOUSE
db MUSIC_IMAKUNI_2,0 ; RASTA HOUSE
db MUSIC_SILPH_CO, 0 ; SABRINAS ROOM E4
Expand Down

0 comments on commit 3f6db93

Please sign in to comment.