mirror of
https://github.com/pret/pokefirered.git
synced 2024-11-30 08:40:44 +00:00
dump some anim commands and movement action funcs
This commit is contained in:
parent
4668d17866
commit
1ef4c20101
@ -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
Loading…
Reference in New Issue
Block a user