mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -05:00
34 lines
689 B
NASM
34 lines
689 B
NASM
Func_f23d0:
|
|
call SaveScreenTilesToBuffer2
|
|
xor a
|
|
ld [wUpdateSpritesEnabled], a
|
|
ld hl, wStatusFlags5
|
|
set BIT_NO_TEXT_DELAY, [hl]
|
|
callfar PrintSurfingMinigameHighScore
|
|
ld hl, wStatusFlags5
|
|
res BIT_NO_TEXT_DELAY, [hl]
|
|
call GBPalWhiteOutWithDelay3
|
|
call ReloadTilesetTilePatterns
|
|
call RestoreScreenTilesAndReloadTilePatterns
|
|
call LoadScreenTilesFromBuffer2
|
|
call Delay3
|
|
call GBPalNormal
|
|
ld hl, Text_f2412
|
|
ldh a, [hOaksAideResult]
|
|
and a
|
|
jr nz, .asm_f2406
|
|
ld hl, Text_f240c
|
|
.asm_f2406
|
|
call PrintText
|
|
jp TextScriptEnd
|
|
|
|
Text_f240c:
|
|
text_far _SummerBeachHousePrinterText5
|
|
text_waitbutton
|
|
text_end
|
|
|
|
Text_f2412:
|
|
text_far _SummerBeachHousePrinterText6
|
|
text_waitbutton
|
|
text_end
|