You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Group some mutually edited files in data/sprites/
This commit is contained in:
@@ -202,7 +202,7 @@ NUM_SPAWNS EQU const_value
|
||||
const OBJECTTYPE_6
|
||||
|
||||
|
||||
; Emotes indexes (see data/emotes.asm)
|
||||
; Emotes indexes (see data/sprites/emotes.asm)
|
||||
const_def
|
||||
const EMOTE_SHOCK ; 0
|
||||
const EMOTE_QUESTION ; 1
|
||||
|
@@ -105,7 +105,7 @@
|
||||
const SPRITE_RAIKOU ; 65
|
||||
const SPRITE_STANDING_YOUNGSTER ; 66
|
||||
|
||||
; SpriteMons indexes (see data/sprite_mons.asm)
|
||||
; SpriteMons indexes (see data/sprites/sprite_mons.asm)
|
||||
const_value set $80
|
||||
SPRITE_POKEMON EQU const_value
|
||||
const SPRITE_UNOWN ; 80
|
||||
|
@@ -36,7 +36,7 @@ const_value set (1 << 3)
|
||||
const PAL_NPC_TREE ; e
|
||||
const PAL_NPC_ROCK ; f
|
||||
|
||||
; SpriteMovementData indexes (see data/map_objects.asm)
|
||||
; SpriteMovementData indexes (see data/sprites/map_objects.asm)
|
||||
const_def
|
||||
const SPRITEMOVEDATA_00 ; 00
|
||||
const SPRITEMOVEDATA_ITEM_TREE ; 01
|
||||
@@ -158,7 +158,7 @@ SPRITEMOVEDATA_FIELDS EQU 6
|
||||
const OBJECT_ACTION_GRASS_SHAKE ; 0f
|
||||
const OBJECT_ACTION_SKYFALL ; 10
|
||||
|
||||
; Facings indexes (see data/facings.asm)
|
||||
; Facings indexes (see data/sprites/facings.asm)
|
||||
const_def
|
||||
const FACING_STEP_DOWN_0 ; 00
|
||||
const FACING_STEP_DOWN_1 ; 01
|
||||
|
Reference in New Issue
Block a user