You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
These macros are perfect for the object anim engine
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -155,6 +155,12 @@ endanim: MACRO
|
|||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
|
||||||
|
delanim: MACRO
|
||||||
|
db $fc
|
||||||
|
ENDM
|
||||||
|
dorestart: MACRO
|
||||||
|
db $fe
|
||||||
|
ENDM
|
||||||
|
|
||||||
sine_wave: MACRO
|
sine_wave: MACRO
|
||||||
; \1: amplitude
|
; \1: amplitude
|
||||||
|
Reference in New Issue
Block a user