Board menu: implement preliminary Party, Bag, Pokegear, and Exit submenus (#11)

This commit is contained in:
xCrystal
2023-09-22 23:12:05 +02:00
parent c11c53e0d7
commit ca919cdf98
19 changed files with 275 additions and 59 deletions

View File

@ -11,7 +11,11 @@ ENDM
; Design patterns
MACRO jumptable
if STRIN("\2", "h") == 1
ldh a, [\2]
else
ld a, [\2]
endc
ld e, a
ld d, 0
ld hl, \1