mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
Celeste Hill Gate & other things
- New Celeste Hill Gate location so the entrance into the location makes more sense. Also took the opportunity to include more lore. This replaces Pokemon Tower 4F. - Fixed a bug that caused the Cat icon to not animate correctly. - Made the infinite Nugget glitch work properly because I was stupid and didn't test it. - Luxwan now uses the Small Bird icon to fit with the rest of the line. - Nidoreign has a new Pokedex entry and classification, centred on the Nido's origins in the Moon Rabbit of Asian mythology.
This commit is contained in:
parent
953e8e295f
commit
63a28e410c
34 changed files with 118 additions and 200 deletions
|
|
@ -86,11 +86,7 @@
|
|||
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_0
|
||||
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_1
|
||||
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_2
|
||||
const_skip 5
|
||||
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_0
|
||||
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_1
|
||||
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_2
|
||||
const_skip 6
|
||||
const_skip 14
|
||||
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_0
|
||||
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_1
|
||||
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_2
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
const ICON_GRASS ; $7
|
||||
const ICON_SNAKE ; $8
|
||||
const ICON_QUADRUPED ; $9
|
||||
const ICON_PIKACHU ; $A
|
||||
const ICON_SMALL_BIRD; $0B
|
||||
const ICON_CAT ; 0C
|
||||
const ICON_PIKACHU ; $0A
|
||||
const ICON_CAT ; $0B
|
||||
const ICON_SMALL_BIRD; $0C
|
||||
|
||||
DEF ICON_TRADEBUBBLE EQU $0e
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ DEF FIRST_INDOOR_MAP EQU const_value
|
|||
map_const POKEMON_TOWER_1F, 10, 9 ; $90
|
||||
map_const POKEMON_TOWER_2F, 10, 9 ; $91
|
||||
map_const BRUNSWICK_GROTTO, 15, 12 ; $92 - Was Pokemon Tower 3F
|
||||
map_const POKEMON_TOWER_4F, 10, 9 ; $93 - Currently unused
|
||||
map_const CELESTE_HILL_GATE, 5, 4 ; $93 - Was Pokemon Tower 4F
|
||||
map_const POKEMON_TOWER_5F, 10, 9 ; $94 - Currently unused
|
||||
map_const POKEMON_TOWER_6F, 10, 9 ; $95
|
||||
map_const POKEMON_TOWER_7F, 10, 9 ; $96
|
||||
|
|
|
|||
|
|
@ -73,8 +73,8 @@
|
|||
const SPRITE_CHANSEY ; $44
|
||||
const SPRITE_JESSIE ; $45
|
||||
const SPRITE_JAMES ; $46
|
||||
const SPRITE_CAT
|
||||
const SPRITE_SMALL_BIRD
|
||||
const SPRITE_CAT
|
||||
const SPRITE_ARBOK
|
||||
const SPRITE_KOFFING
|
||||
const SPRITE_DIGLETT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue