mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
cut catsprite from constants
this makes poke balls show up correctly
This commit is contained in:
parent
2c81593537
commit
d048beca12
|
@ -62,7 +62,6 @@
|
|||
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,5 +79,4 @@ 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, 4
|
||||
assert_table_length NUM_SPRITES
|
||||
|
|
Loading…
Reference in a new issue