mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Hall of Fame Crash Fix
I forgot to put a `ret` at the end of `ShowThis`, causing the sequence to break. It also fixes a bug that would trap you in your house if you cleared the game at all - LAST_MAP is set to the player's room due to how we changed the starting position. The post-game Legendary respawns are NOT fixed with this, for reasons I don't yet know. It's most likely the faulty dex as a whole. The post-game setup itself now works, though - Route 1 Oak appears, Crater Guard disappears, Bill's Garden becomes accessible, etc. Cerulean Cave is made accessible through the post-game setup until the gauntlet is officially done.
This commit is contained in:
parent
62d39249c0
commit
8bd3b8a703
5 changed files with 10 additions and 14 deletions
|
|
@ -4,8 +4,8 @@ IndigoPlateauLobby_Object:
|
|||
def_warp_events
|
||||
warp_event 7, 11, LAST_MAP, 1
|
||||
warp_event 8, 11, LAST_MAP, 2
|
||||
warp_event 8, 0, HALL_OF_FAME, 1 ; test post-game setup
|
||||
;warp_event 8, 0, LORELEIS_ROOM, 1
|
||||
;warp_event 8, 0, HALL_OF_FAME, 1 ; test post-game setup
|
||||
warp_event 8, 0, LORELEIS_ROOM, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ RedsHouse1F_Object:
|
|||
db $a ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, LAST_MAP, 1
|
||||
warp_event 3, 7, LAST_MAP, 1
|
||||
warp_event 2, 7, PALLET_TOWN, 1 ; So we can't use LastMap here, due to changing where the player starts upon clearing the game.
|
||||
warp_event 3, 7, PALLET_TOWN, 1
|
||||
warp_event 7, 1, REDS_HOUSE_2F, 1
|
||||
|
||||
def_bg_events
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ RedsHouse2F_Object:
|
|||
def_warp_events
|
||||
warp_event 7, 1, REDS_HOUSE_1F, 3
|
||||
;warp_event 5, 1, SILPH_GAUNTLET_7F, 1 ; - Test Chief
|
||||
warp_event 5, 1, SILPH_CO_11F, 2 ; - Test J&J, Omega, & Giovanni. To test the Omega refight, change to SHOW in hide/show data, and set warp ID to 1.
|
||||
;warp_event 5, 1, SILPH_CO_11F, 2 ; - Test J&J, Omega, & Giovanni. To test the Omega refight, change to SHOW in hide/show data, and set warp ID to 1.
|
||||
;warp_event 5, 1, ROCKET_HIDEOUT_B4F, 2 ; - Test Giovanni 1
|
||||
;warp_event 5, 1, MT_MOON_SQUARE, 1 ; - Test Shop, NPCs, and Crater
|
||||
;warp_event 5, 1, CELESTE_HILL, 1 ; - Test GMolt
|
||||
;warp_event 5, 1, INDIGO_PLATEAU_LOBBY, 1 ; easy league access
|
||||
warp_event 5, 1, HALL_OF_FAME, 1 ; Test post-game setup
|
||||
;warp_event 5, 1, GARNET_CAVERN_B1F, 1 ; Test GCuno
|
||||
;warp_event 5, 1, FARAWAY_ISLAND_INSIDE, 1 ; Test Mew
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue