summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-12 17:45:03 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-13 00:56:53 -0400
commitf235b94a4cf9566f950962248ef7dbdacca08d41 (patch)
tree90df0cfb2619ccb8346b8e9d41089c1c1cae9f74 /engine/events
parentff78a288fde1c6b96bb6641319abec367d5cb582 (diff)
Many minor cleanups.
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/mom.asm2
-rwxr-xr-xengine/events/overworld.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/mom.asm b/engine/events/mom.asm
index c1374fa6..18572296 100644
--- a/engine/events/mom.asm
+++ b/engine/events/mom.asm
@@ -450,7 +450,7 @@ Mom_ContinueMenuSetup:
lb bc, PRINTNUM_MONEY | PRINTNUM_LEADINGZEROS | 3, 6
call PrintNum
call UpdateSprites
- call OpenAndCloseMenu_HDMATransferTilemapAndAttrmap
+ call CGBOnly_CopyTilemapAtOnce
ret
Mom_Wait10Frames:
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index 441f38b0..4f2ba801 100755
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -608,7 +608,7 @@ FlyFunction:
callasm FlyToAnim
special WaitSFX
special ReplaceChrisSprite
- callasm _RefreshSprites
+ callasm _ClearSprites
end
WaterfallFunction: