Level selection menu: function to compute valid directions and directional arrows OAM (#12)

This commit is contained in:
xCrystal
2023-08-22 12:42:53 +02:00
parent c6601a79d3
commit e866cdab48
7 changed files with 197 additions and 1 deletions

View File

@ -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