mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Merge branch 'master' of https://github.com/pret/pokered
This commit is contained in:
commit
772520c2c2
63 changed files with 4114 additions and 1216 deletions
|
|
@ -746,7 +746,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
|
||||
|
|
@ -766,7 +767,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