summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.asm10
1 files changed, 9 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 5aea6d9b..ff4bdc30 100755
--- a/main.asm
+++ b/main.asm
@@ -965,7 +965,15 @@ PlayIntroScene: ; f982d (3e:582d)
YellowIntroGraphics: INCBIN "gfx/yellow_intro.2bpp"
- dr $fbb5a,$fc000
+Func_fbb5a:
+ ld hl, wTileMapBackup
+ ld bc, 10 * SCREEN_WIDTH
+ xor a
+ call FillMemory
+ ret
+
+Func_fbb65:
+ dr $fbb65,$fbd76
SECTION "bank3F",ROMX,BANK[$3F]