pokered/engine/menus/oaks_pc.asm

29 lines
490 B
NASM
Raw Normal View History

2016-06-12 00:24:04 +00:00
OpenOaksPC:
2014-05-22 22:13:20 +00:00
call SaveScreenTilesToBuffer2
ld hl, AccessedOaksPCText
call PrintText
ld hl, GetDexRatedText
call PrintText
call YesNoChoice
ld a, [wCurrentMenuItem]
2014-05-22 22:13:20 +00:00
and a
2016-06-12 04:30:05 +00:00
jr nz, .closePC
predef DisplayDexRating
2016-06-12 04:30:05 +00:00
.closePC
2014-05-22 22:13:20 +00:00
ld hl, ClosedOaksPCText
call PrintText
jp LoadScreenTilesFromBuffer2
2016-06-12 00:24:04 +00:00
GetDexRatedText:
text_far _GetDexRatedText
text_end
2014-05-22 22:13:20 +00:00
2016-06-12 00:24:04 +00:00
ClosedOaksPCText:
text_far _ClosedOaksPCText
text_waitbutton
text_end
2014-05-22 22:13:20 +00:00
2016-06-12 00:24:04 +00:00
AccessedOaksPCText:
text_far _AccessedOaksPCText
text_end