mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
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:
parent
a4854f63ba
commit
d4170f5fa8
45 changed files with 225 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue