This commit is contained in:
emaskyesmogon 2022-09-22 10:56:52 -06:00
commit 1cec84de88
4 changed files with 6 additions and 0 deletions

View file

@ -62,6 +62,7 @@
const SPRITE_BRUNO ; $3a
const SPRITE_LORELEI ; $3b
const SPRITE_SEEL ; $3c
const SPRITE_CAT ; new - PvK
DEF FIRST_STILL_SPRITE EQU const_value
const SPRITE_POKE_BALL ; $3d
const SPRITE_FOSSIL ; $3e

View file

@ -79,4 +79,5 @@ SpriteSheetPointerTable:
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_UNUSED_GAMBLER_ASLEEP_1
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_UNUSED_GAMBLER_ASLEEP_2
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_GAMBLER_ASLEEP
overworld_sprite CatSprite, 12
assert_table_length NUM_SPRITES

View file

@ -71,3 +71,7 @@ AgathaSprite:: INCBIN "gfx/sprites/agatha.2bpp"
BrunoSprite:: INCBIN "gfx/sprites/bruno.2bpp"
LoreleiSprite:: INCBIN "gfx/sprites/lorelei.2bpp"
SeelSprite:: INCBIN "gfx/sprites/seel.2bpp"
SECTION "NPC Sprites 3", ROMX
CatSprite:: INCBIN "gfx/sprites/cat.2bpp"

BIN
gfx/sprites/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B