New sprites just dropped

A selection of Game Corner sprites retooled to be overworld Pokemon. I also placed Voltorb, Diglett, and Magikarp.
This commit is contained in:
Llinos Evans 2023-04-28 19:11:49 +01:00
parent 583847ae2c
commit 83f6200c74
21 changed files with 56 additions and 22 deletions

View file

@ -35,6 +35,8 @@ DEF SHOW EQU $15
const HS_SAFFRON_CITY_E ; 17
const HS_SAFFRON_CITY_F ; 18
const HS_SAFFRON_CITY_UP_GRADE ; 19
const HS_CACTUS ; 1A was ROUTE_2_ITEM_2
const HS_BRUNSWICK_ZAPDOS_G ; 1B was ROUTE_4_ITEM
const HS_CELESTE_ARTICUNO_G ; 1C was unused HS_ROUTE_9_ITEM
const HS_ROUTE_12_SNORLAX ; 1D
const HS_CELESTE_ZAPDOS_G ; 1E X was unused HS_ROUTE_12_ITEM_1
@ -223,8 +225,6 @@ DEF SHOW EQU $15
const HS_VICTORY_ROAD_1F_ITEM_1 ; D4 X
const HS_VICTORY_ROAD_1F_ITEM_2 ; D5 X
const HS_CHAMPIONS_ROOM_OAK ; D6
const HS_CACTUS ; 1A was ROUTE_2_ITEM_2
const HS_ZAPDOSG ; 1B was ROUTE_4_ITEM
const HS_SEAFOAM_ISLANDS_1F_BOULDER_1 ; D7
const HS_SEAFOAM_ISLANDS_1F_BOULDER_2 ; D8
const HS_SEAFOAM_ISLANDS_B1F_BOULDER_1 ; D9

View file

@ -75,6 +75,12 @@
const SPRITE_JAMES ; $46
const SPRITE_CAT
const SPRITE_SMALL_BIRD
const SPRITE_ARBOK
const SPRITE_KOFFING
const SPRITE_DIGLETT
const SPRITE_VOLTORB
const SPRITE_GENGAR
const SPRITE_MAGIKARP
DEF FIRST_STILL_SPRITE EQU const_value
const SPRITE_POKE_BALL ; $47
const SPRITE_FOSSIL ; $48
@ -86,6 +92,7 @@ DEF FIRST_STILL_SPRITE EQU const_value
const SPRITE_FAKE_TREE ; $4e was SPRITE_UNUSED_OLD_AMBER
const SPRITE_OLD_AMBER ; $4f
const SPRITE_UNUSED_GAMBLER_ASLEEP_1 ; $50
const SPRITE_UNUSED_GAMBLER_ASLEEP_2 ; $51
const SPRITE_POLIWAG ; $51 UNUSED_GAMBLER_ASLEEP_2
const SPRITE_GAMBLER_ASLEEP ; $52
DEF NUM_SPRITES EQU const_value - 1
DEF NUM_SPRITES EQU const_value - 1
;there are pidgey, and rattata sprites that I can't find discernible use for yet.