summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-05 06:06:51 -0500
committerGitHub <noreply@github.com>2020-03-05 06:06:51 -0500
commit362cddc0f512d86af0d7e9bbf7c8edba2115c175 (patch)
tree9c24f5cc84e71ea519ae1f8ccb32135556f58244 /asm/macros
parent437fe6631adfe04ce89f966c189b7b015d81cf26 (diff)
parent102744163be40ec7fdab95beafac819d1e118bb5 (diff)
Merge pull request #285 from GriffinRichards/doc-scriptclean
Clean up script documentation
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc2
-rw-r--r--asm/macros/movement.inc2
-rw-r--r--asm/macros/trainer_tower.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 51f8e7330..35314ac3f 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1629,7 +1629,7 @@
@ Jumps to dest if the Quest Log is currently showing playback scenes (dest is usually a release/end)
.macro goto_if_questlog dest:req
- special Special_GetQuestLogState
+ special GetQuestLogState
compare VAR_RESULT, 2
goto_if_eq \dest
.endm
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc
index c4ca78010..9f11f4460 100644
--- a/asm/macros/movement.inc
+++ b/asm/macros/movement.inc
@@ -109,7 +109,7 @@
create_movement emote_x
create_movement emote_double_exclamation_mark
create_movement emote_smile
- create_movement step_67
+ create_movement reveal_trainer
create_movement rock_smash_break
create_movement cut_tree
diff --git a/asm/macros/trainer_tower.inc b/asm/macros/trainer_tower.inc
index 8e5f606ee..94d9efe77 100644
--- a/asm/macros/trainer_tower.inc
+++ b/asm/macros/trainer_tower.inc
@@ -90,7 +90,7 @@
special CallTrainerTowerFunc
.endm
- @ Unused. Displays Trainer Tower results. Handled by Special_BattleRecords instead
+ @ Unused. Displays Trainer Tower results. Handled by ShowBattleRecords instead
.macro ttower_showresults
setvar VAR_0x8004, TRAINER_TOWER_FUNC_SHOW_RESULTS
special CallTrainerTowerFunc