summaryrefslogtreecommitdiff
path: root/engine/events/diploma.asm
blob: a5a007fad346bfbdda45d0950191695074055d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DisplayDiploma::
	call SaveScreenTilesToBuffer2
	call GBPalWhiteOutWithDelay3
	call ClearScreen
	xor a
	ld [wUpdateSpritesEnabled], a
	ld hl, wd730
	set 6, [hl]
	callfar _DisplayDiploma
	call WaitForTextScrollButtonPress
	ld hl, wd730
	res 6, [hl]
	call GBPalWhiteOutWithDelay3
	call ReloadTilesetTilePatterns
	call RestoreScreenTilesAndReloadTilePatterns
	call Delay3
	jp GBPalNormal