summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-11 16:59:40 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-11 16:59:40 -0500
commitecd277204a1e32e923702a57a6212579635a9b4c (patch)
treeda36c9e86e4578e25cdbcd4f8c563aed8cd54b7c /event
parentb65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff)
Card Flip
Diffstat (limited to 'event')
-rw-r--r--event/unown.asm2
-rwxr-xr-xevent/whiteout.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/event/unown.asm b/event/unown.asm
index 789629ae0..091d792e0 100644
--- a/event/unown.asm
+++ b/event/unown.asm
@@ -150,7 +150,7 @@ endr
ld bc, AttrMap - TileMap
add hl, bc
call Function8aee9
- call Function3200
+ call WaitBGMap2
call JoyWaitAorB
call PlayClickSFX
call WriteBackup
diff --git a/event/whiteout.asm b/event/whiteout.asm
index 4fa391d21..9bce90e17 100755
--- a/event/whiteout.asm
+++ b/event/whiteout.asm
@@ -35,7 +35,7 @@ Script_Whiteout: ; 0x124ce
OverworldBGMap: ; 124fa
call ClearPalettes
call ClearScreen
- call Function3200
+ call WaitBGMap2
call HideSprites
call RotateThreePalettesLeft
ret