summaryrefslogtreecommitdiff
path: root/maps/VioletGym.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-17 17:17:10 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-17 17:17:10 -0400
commit0fcef5fc087dc30817410d7692d53e2c382828d5 (patch)
tree2306ef7f1a090b277a3874f72e66481ba6032baa /maps/VioletGym.asm
parent894955f9d922de5fc33e6c0aa7af9795dbcbc158 (diff)
More annotations and interpretations of functions and scripts
Diffstat (limited to 'maps/VioletGym.asm')
-rw-r--r--maps/VioletGym.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/VioletGym.asm b/maps/VioletGym.asm
index aaab66e41..932c3b5c8 100644
--- a/maps/VioletGym.asm
+++ b/maps/VioletGym.asm
@@ -27,25 +27,25 @@ FalknerScript_0x683c2:
scall VioletGymTriggerRockets
.FightDone
checkevent EVENT_GOT_TM31_MUD_SLAP
- iftrue UnknownScript_0x68412
+ iftrue .SpeechAfterTM
setevent EVENT_BEAT_BIRD_KEEPER_ROD
setevent EVENT_BEAT_BIRD_KEEPER_ABE
domaptrigger GROUP_ELMS_LAB, MAP_ELMS_LAB, $2
- specialphonecall $3
+ specialphonecall ELMCALL_ASSISTANT
writetext UnknownText_0x685c8
keeptextopen
verbosegiveitem TM_MUD_SLAP, 1
- iffalse UnknownScript_0x68416
+ iffalse .NoRoomForMudSlap
setevent EVENT_GOT_TM31_MUD_SLAP
writetext UnknownText_0x68648
closetext
loadmovesprites
end
-UnknownScript_0x68412:
+.SpeechAfterTM:
writetext UnknownText_0x68735
closetext
-UnknownScript_0x68416:
+.NoRoomForMudSlap:
loadmovesprites
end