mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
parent
d809d3d59c
commit
3520a4c99a
3 changed files with 6 additions and 4 deletions
|
|
@ -715,7 +715,8 @@
|
|||
|
||||
; Indigo Plateau events
|
||||
const_next $8E0
|
||||
const ELITE4_EVENTS_START
|
||||
DEF INDIGO_PLATEAU_EVENTS_START EQU const_value
|
||||
const_skip
|
||||
const EVENT_BEAT_LORELEIS_ROOM_TRAINER_0
|
||||
const_skip 4
|
||||
const EVENT_AUTOWALKED_INTO_LORELEIS_ROOM
|
||||
|
|
@ -735,7 +736,8 @@
|
|||
const_skip
|
||||
const EVENT_BEAT_CHAMPION_RIVAL
|
||||
const_skip 5
|
||||
const ELITE4_CHAMPION_EVENTS_END
|
||||
const_skip
|
||||
DEF INDIGO_PLATEAU_EVENTS_END EQU const_value - 1
|
||||
|
||||
; Victory Road 1F events
|
||||
const_next $910
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue