mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
parent
e1f6bb5393
commit
95ec2cf039
139 changed files with 863 additions and 437 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FrameBlockBaseCoords:
|
||||
table_width 2, FrameBlockBaseCoords
|
||||
db $10, $68 ; BASECOORD_00
|
||||
db $10, $70 ; BASECOORD_01
|
||||
db $10, $78 ; BASECOORD_02
|
||||
|
|
@ -176,3 +177,4 @@ FrameBlockBaseCoords:
|
|||
db $18, $4C ; BASECOORD_AE
|
||||
db $1C, $48 ; BASECOORD_AF
|
||||
db $48, $28 ; BASECOORD_B0
|
||||
assert_table_length NUM_BASECOORDS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
FrameBlockPointers:
|
||||
table_width 2, FrameBlockPointers
|
||||
dw FrameBlock00
|
||||
dw FrameBlock01
|
||||
dw FrameBlock02
|
||||
|
|
@ -121,6 +122,7 @@ FrameBlockPointers:
|
|||
dw FrameBlock77
|
||||
dw FrameBlock78
|
||||
dw FrameBlock79
|
||||
assert_table_length NUM_FRAMEBLOCKS
|
||||
|
||||
FrameBlock01:
|
||||
db 9 ; #
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
SubanimationPointers:
|
||||
table_width 2, SubanimationPointers
|
||||
dw Subanimation00
|
||||
dw Subanimation01
|
||||
dw Subanimation02
|
||||
|
|
@ -85,6 +86,7 @@ SubanimationPointers:
|
|||
dw Subanimation53
|
||||
dw Subanimation54
|
||||
dw Subanimation55
|
||||
assert_table_length NUM_SUBANIMS
|
||||
|
||||
; format:
|
||||
; subanim type, count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue