summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 18:11:17 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 18:11:17 -0500
commit040aa7cb171a990a7d4076282e8a12a7b189096b (patch)
tree792d79ee917ed1005d27346af20a48febf708eb2 /event
parent0a1fef45fd4806de0f1c1439314971d5f46c8aa2 (diff)
LoadEDTile → CopyTilemapAtOnce (fix #345)
Diffstat (limited to 'event')
-rw-r--r--event/mom.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/mom.asm b/event/mom.asm
index a23b55256..6e3c7b320 100644
--- a/event/mom.asm
+++ b/event/mom.asm
@@ -476,7 +476,7 @@ Mom_ContinueMenuSetup: ; 1651a
lb bc, PRINTNUM_MONEY | PRINTNUM_LEADINGZEROS | 3, 6
call PrintNum
call UpdateSprites
- call CGBOnly_LoadEDTile
+ call CGBOnly_CopyTilemapAtOnce
ret
; 1656b