PZ, Magnezone and the Dubious Disc

This commit is contained in:
MementoMartha 2022-10-01 20:53:37 +01:00
parent 4a5d936e1b
commit f6f43781b8
24 changed files with 103 additions and 20 deletions

View file

@ -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

View file

@ -108,7 +108,7 @@
const DEX_MAGNEMITE ; 81
const DEX_MAGNETITE
const DEX_MAGNETON ; 82
; const DEX_MAGNEZONE
const DEX_MAGNEZONE
const DEX_BARUNDA
const DEX_FARFETCHD ; 83
const DEX_MADAAMU
@ -209,7 +209,7 @@
const DEX_SYLVEON
const DEX_PORYGON ; 137
const DEX_PORYGON2
; const DEX_PORYGONZ
const DEX_PORYGONZ
const DEX_OMANYTE ; 138
const DEX_OMASTAR ; 139
const DEX_KABUTO ; 140

View file

@ -225,8 +225,8 @@
const PARA ; $D8
const HINAAZU ; $D9
const BETOBEBII ; $DA
; const MAGNEZONE ; $DB
; const PORYGONZ ; $DC
const MAGNEZONE ; $DB
const PORYGONZ ; $DC
; const PERRSERKER ; $DD
; const SIRFETCHD ; $DE
; const MR_RIME ; $DF