mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue