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:
Martha Schilling 2024-04-01 10:54:05 +01:00
parent cf504c7f8f
commit 44304c57fc
26 changed files with 81 additions and 20 deletions

View file

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

View file

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

View file

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