mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
PZ, Magnezone and the Dubious Disc
This commit is contained in:
parent
4a5d936e1b
commit
f6f43781b8
24 changed files with 103 additions and 20 deletions
|
|
@ -58,7 +58,7 @@ DEF SAFARI_ROCK EQU $16 ; overload
|
|||
const LEAF_STONE ; $2F
|
||||
const CARD_KEY ; $30
|
||||
const NUGGET ; $31
|
||||
const WING_FOSSIL ; $32
|
||||
const WING_FOSSIL ; $32
|
||||
const POKE_DOLL ; $33
|
||||
const FULL_HEAL ; $34
|
||||
const REVIVE ; $35
|
||||
|
|
@ -112,7 +112,8 @@ DEF NUM_ITEMS EQU const_value - 1
|
|||
const ICE_STONE ; $62
|
||||
const PROTECTOR ; $63
|
||||
const POISON_STONE ; $64
|
||||
const BLK_AUGURITE ; $65
|
||||
const BLK_AUGURITE ; $65
|
||||
const DUBIOUS_DISC ; $66
|
||||
DEF NUM_FLOORS EQU const_value - 1 - NUM_ITEMS
|
||||
|
||||
const_next $C4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue