dump some anim commands and movement action funcs

This commit is contained in:
garak 2019-12-16 22:08:54 -05:00
parent 4668d17866
commit 1ef4c20101
2 changed files with 1282 additions and 115 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff