mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Groundwork
Letter is there, post-game warp is done, new post-game event where you receive the letter isn't working properly
This commit is contained in:
parent
0852d5f725
commit
c4afafb9ac
17 changed files with 206 additions and 12 deletions
|
|
@ -8,7 +8,8 @@
|
|||
const EVENT_HALL_OF_FAME_DEX_RATING
|
||||
const EVENT_GOT_SQUIRTLE
|
||||
const EVENT_PALLET_AFTER_GETTING_POKEBALLS
|
||||
const_skip 17
|
||||
const EVENT_LETTER_RECEIVED
|
||||
const_skip 16
|
||||
const EVENT_GOT_TOWN_MAP
|
||||
const EVENT_ENTERED_BLUES_HOUSE
|
||||
const EVENT_DAISY_WALKING
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ DEF SAFARI_ROCK EQU $16 ; overload
|
|||
const METAL_COAT ; $5C
|
||||
const MYSTERY_BOX ; $5D
|
||||
const TEA ; $5E
|
||||
const SILPHLETTER ; $5F
|
||||
DEF NUM_ITEMS EQU const_value - 1
|
||||
|
||||
; elevator floors use item IDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue