mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Saffron Guards are now British
They desire the caffeine... Mt. Moon Square no longer breaks game balance.
This commit is contained in:
parent
15be9046a7
commit
c356ee81f5
14 changed files with 98 additions and 8 deletions
|
|
@ -170,7 +170,8 @@
|
|||
; Celadon City events
|
||||
const_next $180
|
||||
const EVENT_GOT_TM41
|
||||
const_skip 11
|
||||
const EVENT_GOT_TEA
|
||||
const_skip 10
|
||||
const EVENT_GOT_TM13
|
||||
const EVENT_GOT_TM48
|
||||
const EVENT_GOT_TM49
|
||||
|
|
@ -191,7 +192,6 @@
|
|||
const EVENT_GOT_10_COINS
|
||||
const EVENT_GOT_20_COINS
|
||||
const EVENT_GOT_20_COINS_2
|
||||
;const_skip 2
|
||||
const EVENT_GOT_TM23
|
||||
const EVENT_1BF ; ???
|
||||
const_skip 32
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ DEF SAFARI_ROCK EQU $16 ; overload
|
|||
const UP_GRADE ; $5B
|
||||
const METAL_COAT ; $5C
|
||||
const MYSTERY_BOX ; $5D
|
||||
const TEA ; $5E
|
||||
DEF NUM_ITEMS EQU const_value - 1
|
||||
|
||||
; elevator floors use item IDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue