summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/clear_vars.txt')
-rw-r--r--world/map/npc/functions/clear_vars.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt
index 905528ae..ef4f217a 100644
--- a/world/map/npc/functions/clear_vars.txt
+++ b/world/map/npc/functions/clear_vars.txt
@@ -163,11 +163,11 @@ function|script|ClearVariables|,
set ChestQuest, 0;
if (#BankAccount < 0)
- goto FixBank;
+ goto L_FixBank;
return;
-FixBank:
+L_FixBank:
if (Zeny >= -#BankAccount)
goto L_Fix_Full;