diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 23:16:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 23:16:25 -0500 |
commit | 8a6a1a7d77fdcd1f8468f0c411795a8f039d4bd8 (patch) | |
tree | 966b287b30c8932a901525647808f7436d28b2a2 /engine/events.asm | |
parent | 91f749101724a17398363745d8ac95cd4feeb1c1 (diff) |
CmdQueues
Diffstat (limited to 'engine/events.asm')
-rw-r--r-- | engine/events.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events.asm b/engine/events.asm index 95c002042..40e863cdc 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -168,7 +168,7 @@ Function9676d: ; 9676d HandleMap: ; 96773 call ResetOverworldDelay call Function967c1 - callba Function97e08 + callba HandleCmdQueue ; no need to farcall call MapEvents ; Not immediately entering a connected map will cause problems. |