ref: a5b2f3c319af93ce86f19fa916c5b1335cb4f863
parent: dd16a2576892326dec80f361094d255cef460d7e
author: yenatch <[email protected]>
date: Wed Jan 23 10:27:48 EST 2013
temporary animation macros
--- a/constants.asm
+++ b/constants.asm
@@ -3345,3 +3345,20 @@
Unkn2Pals EQU $d040 ; 8 4-color palettes little endian)
BGPals EQU $d080 ; 8 4-color palettes little endian)
OBPals EQU $d0c0 ; 8 4-color palettes little endian)
+
+; oh my god this is hacky stop being so hacky
+frame: MACRO
+ db \1
+ db \2
+ ENDM
+setrepeat: MACRO
+ db $fe
+ db \1
+ ENDM
+dorepeat: MACRO
+ db $fd
+ db \1
+ ENDM
+endanim: MACRO
+ db $ff
+ ENDM