diff options
Diffstat (limited to 'constants/sprite_data_constants.asm')
-rw-r--r-- | constants/sprite_data_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/sprite_data_constants.asm b/constants/sprite_data_constants.asm index 0ab039efa..329833b1e 100644 --- a/constants/sprite_data_constants.asm +++ b/constants/sprite_data_constants.asm @@ -9,7 +9,7 @@ NUM_SPRITEDATA_FIELDS EQU const_value ; sprite types -const_value set 1 + const_def 1 const WALKING_SPRITE ; 1 const STANDING_SPRITE ; 2 const STILL_SPRITE ; 3 @@ -27,7 +27,7 @@ const_value set 1 ; object_events set bit 3 so as not to use the sprite's default palette ; MapObjectPals indexes (see gfx/overworld/npc_sprites.pal) -const_value set (1 << 3) + const_def 1 << 3 const PAL_NPC_RED ; 8 const PAL_NPC_BLUE ; 9 const PAL_NPC_GREEN ; a |