-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace launchtemplate and launchtask in battle anims #2640
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if the script is a one time thing we should probably not have it in the upstream tree.
removed script. also replaced launchtask with createvisualtask and fixed conflicts. ready for review |
asm/macros/battle_anim_script.inc
Outdated
.hword \launchtaskarg8 | ||
.endm | ||
|
||
@ keep CFRU macros cause I'm lazy | ||
.macro setblends setblends_value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not get rid of the setblends and launchsoundtask macros as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not get rid of the setblends and launchsoundtask macros as well?
done
Reworked CFRU macro PR
Adding python script to replace
launchtemplate
withcreatesprite
. Same with launchtask and createvisualtaskANIM_PAL uses have also been removed in favor the pret's F_PAL_xx macros