diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-19 00:41:13 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-19 00:41:13 -0400 |
| commit | f7aea30ee8b9d1616b39defc6fb64b1c53886805 (patch) | |
| tree | dee31d564ad2c2a600186fb5a6068806e0775af8 /constants | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| parent | Fix tools/unnamed.py and add tools/consts.py (diff) | |
| download | pokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.tar.gz pokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.tar.xz pokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.zip | |
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/event_constants.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/event_constants.asm b/constants/event_constants.asm index 97224433..eafd744f 100644 --- a/constants/event_constants.asm +++ b/constants/event_constants.asm @@ -734,7 +734,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 @@ -754,7 +755,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 |
