summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-27 13:22:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-27 23:09:06 -0400
commit446f1846b1c614ab1538d1ce11aa2781c22717f2 (patch)
tree86577424070c79a01431300c391c2ebd29afe487 /engine/overworld
parent2738858985dbcff55c2ec237ac6075b4263f3120 (diff)
Identify remaining Mystery Gift labels and constants
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm
index 52e744d90..0f3aa64b6 100644
--- a/engine/overworld/time.asm
+++ b/engine/overworld/time.asm
@@ -272,7 +272,7 @@ DoMysteryGiftIfDayHasPassed:
ld hl, wBuffer1
call InitOneDayCountdown
call CloseSRAM
- farcall Function1050c8
+ farcall ResetDailyMysteryGiftLimitIfUnlocked
.not_timed_out
ld a, BANK(sMysteryGiftTimer)