mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
April Fools!
Go watch the video! (Also, most of it is BS, all you need is a Fire Stone and any Dragonite.)
This commit is contained in:
parent
cf504c7f8f
commit
44304c57fc
26 changed files with 81 additions and 20 deletions
|
|
@ -192,6 +192,7 @@
|
|||
const NASTY_PLOT ; b8
|
||||
const UPPERCUT ; b9
|
||||
const POWDER_SNOW ; b10
|
||||
const EGG_TOSS ; b10
|
||||
const STRUGGLE ; formerly a5, now c0
|
||||
DEF NUM_ATTACKS EQU const_value - 1
|
||||
|
||||
|
|
|
|||
|
|
@ -255,5 +255,6 @@
|
|||
const DEX_MEW ; 151 (249)
|
||||
const DEX_MELTAN ; (250)
|
||||
const DEX_MELMETAL ; (251)
|
||||
const DEX_YOSHI
|
||||
|
||||
DEF NUM_POKEMON EQU const_value - 1
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@
|
|||
const TAUROS_PB ; $FA
|
||||
const GORILLAIMO ; $FB
|
||||
const FOSSIL_KABUTOPS ; $FC (was B6)
|
||||
const FOSSIL_AERODACTYL ; $FD (was B7)
|
||||
const YOSHI ; $FD (was B7)
|
||||
const MON_GHOST ; $FE (was B8)
|
||||
|
||||
DEF NUM_POKEMON_INDEXES EQU const_value - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue