mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Silph Gauntlet reset-on-victory
This functionally turns the Silph Gauntlet into a battle tower of sorts. I did notice some weirdness post-event-reset so definitely do some tests. It should be fine, though.
This commit is contained in:
parent
355661350e
commit
6678af8722
7 changed files with 12 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ ChiefScript3:
|
|||
xor a
|
||||
ld [wIsTrainerBattle], a
|
||||
call UpdateSprites
|
||||
SetEvent EVENT_BEAT_CHIEF
|
||||
SetEvent EVENT_BEAT_CHIEF ; Ensures Chief cannot be rematched in the room.
|
||||
ld a, $f0
|
||||
ld [wJoyIgnore], a
|
||||
ld a, $1
|
||||
|
|
@ -95,7 +95,7 @@ ChiefScript4:
|
|||
ld a, HS_CERULEAN_CAVE_GUY
|
||||
ld [wMissableObjectIndex], a
|
||||
predef HideObject
|
||||
; ResetEventRange SILPH_GAUNTLET_EVENTS_START, SILPH_GAUNTLET_EVENTS_END, 1 ; I want this to reset the trainers so you can refight them, but I'm very unsure how this works...
|
||||
ResetEventRange SILPH_GAUNTLET_EVENTS_START, SILPH_GAUNTLET_EVENTS_END, 1
|
||||
|
||||
ld a, $0
|
||||
ld [wSilphGauntlet7FCurScript], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue