From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- scripts/beach_house2.asm | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 scripts/beach_house2.asm (limited to 'scripts/beach_house2.asm') diff --git a/scripts/beach_house2.asm b/scripts/beach_house2.asm deleted file mode 100755 index 03e77ecb..00000000 --- a/scripts/beach_house2.asm +++ /dev/null @@ -1,33 +0,0 @@ -Func_f23d0: - call SaveScreenTilesToBuffer2 - xor a - ld [wUpdateSpritesEnabled], a - ld hl, wd730 - set 6, [hl] - callab PrintSurfingMinigameHighScore - ld hl, wd730 - res 6, [hl] - call GBPalWhiteOutWithDelay3 - call ReloadTilesetTilePatterns - call RestoreScreenTilesAndReloadTilePatterns - call LoadScreenTilesFromBuffer2 - call Delay3 - call GBPalNormal - ld hl, Text_f2412 - ld a, [hOaksAideResult] - and a - jr nz, .asm_f2406 - ld hl, Text_f240c -.asm_f2406 - call PrintText - jp TextScriptEnd - -Text_f240c: - TX_FAR _BeachHousePrinterText5 - TX_WAIT_BUTTON - db "@" - -Text_f2412: - TX_FAR _BeachHousePrinterText6 - TX_WAIT_BUTTON - db "@" -- cgit v1.3.1-sl0p