mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
temporary animation macros
This commit is contained in:
parent
dd16a25768
commit
a5b2f3c319
@ -3345,3 +3345,20 @@ Unkn1Pals EQU $d000 ; 8 4-color palettes little endian)
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user