mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Initial HGSS-style Suicune Progression
Still need to set up the events properly. It's gonna take a while and a lot of testing. This makes the Clear Bell unnecessary and makes the Radio Tower director hand over a Master Ball instead.
This commit is contained in:
parent
4581e10cc2
commit
42566c651a
7 changed files with 132 additions and 386 deletions
|
|
@ -126,18 +126,18 @@
|
|||
const EVENT_GOT_TM37_SANDSTORM
|
||||
const EVENT_FIRST_TIME_BANKING_WITH_MOM
|
||||
const EVENT_TOLD_ELM_ABOUT_TOGEPI_OVER_THE_PHONE
|
||||
const EVENT_GOT_CLEAR_BELL
|
||||
const EVENT_GOT_MASTER_BALL
|
||||
const EVENT_GOT_SILVER_WING
|
||||
const EVENT_GOT_TM12_SWEET_SCENT
|
||||
const EVENT_RELEASED_THE_BEASTS
|
||||
const EVENT_GOT_MASTER_BALL_FROM_ELM
|
||||
const EVENT_GOT_MASTER_BALL_FROM_ELM ; To be changed
|
||||
; Johto hidden items
|
||||
const EVENT_TIN_TOWER_4F_HIDDEN_MAX_POTION
|
||||
const EVENT_TIN_TOWER_5F_HIDDEN_FULL_RESTORE
|
||||
const EVENT_TIN_TOWER_5F_HIDDEN_CARBOS
|
||||
const EVENT_BURNED_TOWER_1F_HIDDEN_ETHER
|
||||
|
||||
; These are now fossil-related pieces.
|
||||
; These are now fossils!
|
||||
; adapted from https://github.com/pret/pokecrystal/wiki/Reviving-Pok%C3%A9mon-from-Fossils-(Gen-I)
|
||||
const EVENT_GAVE_SCIENTIST_OLD_AMBER
|
||||
const EVENT_GAVE_SCIENTIST_HELIX_FOSSIL
|
||||
|
|
@ -523,7 +523,7 @@
|
|||
const EVENT_FOUGHT_EUSINE
|
||||
const EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
||||
const EVENT_FOUGHT_SUICUNE
|
||||
const EVENT_GOT_RAINBOW_WING
|
||||
const EVENT_GOT_RAINBOW_WING ; can be replaced
|
||||
const EVENT_HUEY_PROTEIN
|
||||
const EVENT_JOEY_HP_UP
|
||||
const EVENT_VANCE_CARBOS
|
||||
|
|
@ -1437,8 +1437,8 @@
|
|||
const EVENT_GOLDENROD_DEPT_STORE_5F_HAPPINESS_EVENT_LADY
|
||||
const EVENT_BURNED_TOWER_MORTY
|
||||
const EVENT_BURNED_TOWER_1F_EUSINE
|
||||
const EVENT_RANG_CLEAR_BELL_1
|
||||
const EVENT_RANG_CLEAR_BELL_2
|
||||
const EVENT_SAW_RAINBOW_WING_1
|
||||
const EVENT_SAW_RAINBOW_WING_2
|
||||
const EVENT_FLORIA_AT_FLOWER_SHOP
|
||||
const EVENT_FLORIA_AT_SUDOWOODO
|
||||
const EVENT_GOLDENROD_CITY_MOVE_TUTOR
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
const SECRETPOTION ; 43
|
||||
const S_S_TICKET ; 44
|
||||
const MYSTERY_EGG ; 45
|
||||
const CLEAR_BELL ; 46
|
||||
const CLEAR_BELL ; 46 - can be removed given new progression
|
||||
const SILVER_WING ; 47
|
||||
const MOOMOO_MILK ; 48
|
||||
const QUICK_CLAW ; 49
|
||||
|
|
|
|||
|
|
@ -468,4 +468,4 @@ endc
|
|||
const UNOWN_Z ; 26
|
||||
const UNOWN_EXCLAMATION ; 27
|
||||
const UNOWN_QUESTION ; 28
|
||||
DEF NUM_UNOWN EQU const_value - 1 ; 26
|
||||
DEF NUM_UNOWN EQU const_value - 1 ; 28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue