diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 | ||||
-rw-r--r-- | engine/overworld/scripting.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 31ab1dd3e..c3e913cf3 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1108,7 +1108,7 @@ CheckMimicUsed: call GetBattleVar cp MIMIC jr z, .mimic -; + ld b, 0 add hl, bc ld a, [hl] diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm index bd74cfc40..8e35b3b45 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -516,7 +516,7 @@ ret_96f76: GiveItemScript: callasm ret_96f76 - writetext ReceivedItemText + writetext .ReceivedItemText iffalse .Full waitsfx specialsound @@ -529,7 +529,7 @@ GiveItemScript: pocketisfull end -ReceivedItemText: +.ReceivedItemText: text_far _ReceivedItemText text_end |