mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow
This commit is contained in:
parent
7ab43f4d17
commit
2b2ed54bbf
62 changed files with 182 additions and 179 deletions
|
|
@ -71,7 +71,9 @@ spritestatedata1: MACRO
|
|||
\1IntraAnimFrameCounter:: db
|
||||
\1AnimFrameCounter:: db
|
||||
\1FacingDirection:: db
|
||||
ds 6
|
||||
ds 2
|
||||
\1CollisionData:: db
|
||||
ds 3
|
||||
\1End::
|
||||
ENDM
|
||||
|
||||
|
|
@ -85,7 +87,8 @@ spritestatedata2: MACRO
|
|||
\1MovementByte1:: db
|
||||
\1GrassPriority:: db
|
||||
\1MovementDelay:: db
|
||||
ds 5
|
||||
ds 4
|
||||
\1PictureID:: db
|
||||
\1ImageBaseOffset:: db
|
||||
ds 1
|
||||
\1End::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue