Walking Wake and the Guardian Beast!

- Added preliminary data for Walking Wake and the new Legendary Pokemon Shi-Shi.
- Changed Bellignan's dex entry to reference how Sprout Tower was constructed.
- Changed some dialogue in Sprout Tower to reflect this.

Wake sprite by EyeDonutz
Shi-Shi sprite by me, but still unfinished. Will definitely rework sometime.
This commit is contained in:
Martha Schilling 2023-10-26 16:16:00 +01:00
parent a4854f63ba
commit d4170f5fa8
45 changed files with 225 additions and 21 deletions

View file

@ -27,7 +27,7 @@
const CHARIZARD ; 06
const SQUIRTLE ; 07
const WARTORTLE ; 08
const TOTARTLE ; 09
const TOTARTLE ; 09
const CATERPIE ; 0a
const METAPOD ; 0b
const BUTTERFREE ; 0c
@ -268,13 +268,15 @@ DEF JOHTO_POKEMON EQU const_value
const RAIKOU ; f3
const ENTEI ; f4
const SUICUNE ; f5
const WALKING_WAKE
const LARVITAR ; f6
const PUPITAR ; f7
const TYRANITAR ; f8
const LUGIA ; f9
const HO_OH ; fa
const SHI_SHI
const CELEBI ; fb
DEF NUM_POKEMON EQU const_value - 1
DEF NUM_POKEMON EQU const_value
DEF EGG EQU -3