dump some anim commands and movement action funcs
This commit is contained in:
@@ -119,6 +119,12 @@
|
|||||||
.fill 4 @ padding
|
.fill 4 @ padding
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
.macro overworld_frame ptr:req, width:req, height:req, frame:req
|
||||||
|
.4byte (\ptr + (\width * \height * \frame * 64) / 2)
|
||||||
|
.2byte (\width * \height * 64) / 2
|
||||||
|
.2byte 0 @ padding
|
||||||
|
.endm
|
||||||
|
|
||||||
.macro credits_entry number, text
|
.macro credits_entry number, text
|
||||||
.4byte \number
|
.4byte \number
|
||||||
.4byte \text
|
.4byte \text
|
||||||
|
|||||||
+1276
-115
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user