dump some anim commands and movement action funcs
This commit is contained in:
@@ -119,6 +119,12 @@
|
||||
.fill 4 @ padding
|
||||
.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
|
||||
.4byte \number
|
||||
.4byte \text
|
||||
|
||||
+1276
-115
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user