mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Finish Post-Game Letter & Citrine Pass
This makes it so that once you clear the game, you will be able to get the Silph Letter from your mom, and the Citrine Pass by beating Professor Oak. You'll now walk to your mother upon leaving your room post-clearing the game, and she'll hand you the letter. This'll basically explain your next quest to you. The Professor Oak event kind of destroyed my sanity but that's fine. It works. Thanks to Martha for the idea. Considerations for a full bag are done and they were annoying. I decided to show off and do some comedy to alleviate the lost sanity.
This commit is contained in:
parent
c4afafb9ac
commit
a13b1a0a47
6 changed files with 367 additions and 95 deletions
|
|
@ -3,13 +3,16 @@
|
|||
; Pallet Town events
|
||||
const_def
|
||||
const EVENT_FOLLOWED_OAK_INTO_LAB
|
||||
const EVENT_GOT_BULBASAUR
|
||||
const EVENT_54F ; Charmander
|
||||
const EVENT_GOT_BULBASAUR ; Day Care Melanie
|
||||
const EVENT_54F ; Route 24, Damien's Charmander
|
||||
const EVENT_HALL_OF_FAME_DEX_RATING
|
||||
const EVENT_GOT_SQUIRTLE
|
||||
const EVENT_GOT_SQUIRTLE ; Vermilion Officer Jenny
|
||||
const EVENT_PALLET_AFTER_GETTING_POKEBALLS
|
||||
const EVENT_LETTER_RECEIVED
|
||||
const_skip 16
|
||||
const EVENT_FUCK ; If you trigger this you're a psychopath. Used for mom and oak post-game scenes.
|
||||
const EVENT_RECEIVED_CITRINE_PASS
|
||||
const EVENT_BEAT_OAK_ONCE
|
||||
const_skip 13
|
||||
const EVENT_GOT_TOWN_MAP
|
||||
const EVENT_ENTERED_BLUES_HOUSE
|
||||
const EVENT_DAISY_WALKING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue