diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-04 15:16:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-04 19:44:31 -0500 |
commit | aae999f72bd81a3156c7e00da4ebf499f52da5a6 (patch) | |
tree | 32fef70a31af3a0b5ad2b0d34042c312574fb42d /scripts/BeachHouse2.asm | |
parent | 87131eaa1ba5dc898e64c7415b5bce61c6aa146d (diff) |
Start reorganizing pokeyellow
Diffstat (limited to 'scripts/BeachHouse2.asm')
-rwxr-xr-x | scripts/BeachHouse2.asm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/scripts/BeachHouse2.asm b/scripts/BeachHouse2.asm deleted file mode 100755 index 1cf570bc..00000000 --- a/scripts/BeachHouse2.asm +++ /dev/null @@ -1,33 +0,0 @@ -Func_f23d0: - call SaveScreenTilesToBuffer2 - xor a - ld [wUpdateSpritesEnabled], a - ld hl, wd730 - set 6, [hl] - callfar PrintSurfingMinigameHighScore - ld hl, wd730 - res 6, [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 _BeachHousePrinterText5 - text_waitbutton - text_end - -Text_f2412: - text_far _BeachHousePrinterText6 - text_waitbutton - text_end |