diff options
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index 183d3651..26993614 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -69,9 +69,9 @@ L_Continue: next; set @state, 1; callsub S_Update_Mask; - goto L_Explain_Game; + goto L_ExplainGame; -L_Explain_Game: +L_ExplainGame: mes "[Kimarr]"; mes "\"In that cave there are living Fluffies. They like to eat apples.\""; next; @@ -93,7 +93,7 @@ L_Ask: mes "\"So, are you going to try?\""; menu "Yeah, let's start!",L_Game, - "Could you explain again?",L_Explain_Game, + "Could you explain again?",L_ExplainGame, "Can you tell me who were the most successful Fluffy hunters?",L_ShowRecord, "Maybe later.",L_Close; |