You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
This commit is contained in:
@@ -99,6 +99,13 @@ dsprite: MACRO
|
||||
ENDM
|
||||
|
||||
|
||||
menu_coords: MACRO
|
||||
; x1, y1, x2, y2
|
||||
db \2, \1 ; start coords
|
||||
db \4, \3 ; end coords
|
||||
ENDM
|
||||
|
||||
|
||||
sine_wave: MACRO
|
||||
; \1: amplitude
|
||||
x = 0
|
||||
|
Reference in New Issue
Block a user