You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify some more map object labels and constants
This commit is contained in:
@@ -446,7 +446,7 @@ CopyTempObjectToObjectStruct:
|
||||
|
||||
ld hl, OBJECT_STEP_TYPE
|
||||
add hl, de
|
||||
ld [hl], STEP_TYPE_00
|
||||
ld [hl], STEP_TYPE_RESET
|
||||
|
||||
ld hl, OBJECT_FACING_STEP
|
||||
add hl, de
|
||||
@@ -689,7 +689,7 @@ FollowNotExact::
|
||||
ld [hl], SPRITEMOVEDATA_FOLLOWNOTEXACT
|
||||
ld hl, OBJECT_STEP_TYPE
|
||||
add hl, de
|
||||
ld [hl], STEP_TYPE_00
|
||||
ld [hl], STEP_TYPE_RESET
|
||||
ret
|
||||
|
||||
GetRelativeFacing::
|
||||
|
||||
Reference in New Issue
Block a user