mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
14 lines
218 B
NASM
14 lines
218 B
NASM
UpdateItemDescription:
|
|
ld a, [wMenuSelection]
|
|
ld [wCurSpecies], a
|
|
hlcoord 0, 12
|
|
ld b, 4
|
|
ld c, SCREEN_WIDTH - 2
|
|
call Textbox
|
|
ld a, [wMenuSelection]
|
|
cp -1
|
|
ret z
|
|
decoord 1, 14
|
|
farcall PrintItemDescription
|
|
ret
|