mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge branch 'master' of https://github.com/plaguevonkarma/kep-hack
This commit is contained in:
commit
1cec84de88
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
BIN
gfx/sprites/cat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 720 B |
Loading…
Reference in a new issue