You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Level selection menu: function to compute valid directions and directional arrows OAM (#12)
This commit is contained in:
@ -94,3 +94,10 @@ if _NARG == 0
|
||||
sine_table 32
|
||||
endc
|
||||
ENDM
|
||||
|
||||
; Abstractions
|
||||
|
||||
MACRO gender_to_pal
|
||||
; preserve all registers but a
|
||||
ld a, [wPlayerGender]
|
||||
ENDM
|
||||
|
Reference in New Issue
Block a user