The Big Bad Bugs and the Lunar Lord!

This commit is contained in:
Misty Violet 2023-10-28 01:46:11 -04:00
parent 56bf3ef2b0
commit 672cefbd96
60 changed files with 302 additions and 40 deletions

View file

@ -150,7 +150,7 @@
const SHINY_STONE ; 8e
const METAL_COAT ; 8f
const DRAGON_FANG ; 90
const ITEM_91 ; 91
const BLK_AUGURITE ; 91
const LEFTOVERS ; 92
const ITEM_93 ; 93
const ITEM_94 ; 94

View file

@ -257,6 +257,9 @@
const ROCK_SMASH ; f9
const WHIRLPOOL ; fa
const BEAT_UP ; fb
const ROCK_HEAD
const ROCK_SLASH
const CROSS_CUTTER
DEF NUM_ATTACKS EQU const_value - 1
if NUM_ATTACKS > $3fff

View file

@ -53,6 +53,7 @@
const NIDORAN_M ; 20
const NIDORINO ; 21
const NIDOKING ; 22
const NIDOREIGN
const CLEFAIRY ; 23
const CLEFABLE ; 24
const VULPIX ; 25
@ -145,10 +146,12 @@
const STARMIE ; 79
const MR__MIME ; 7a
const SCYTHER ; 7b
const KLEAVOR
const JYNX ; 7c
const ELECTABUZZ ; 7d
const MAGMAR ; 7e
const PINSIR ; 7f
const TRICULES
const TAUROS ; 80
const MAGIKARP ; 81
const GYARADOS ; 82