summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc10
-rw-r--r--asm/macros/movement.inc16
-rw-r--r--asm/macros/music_voice.inc2
3 files changed, 14 insertions, 14 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 62437ccb8..27a439725 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -334,10 +334,10 @@
.byte 0x30
.endm
- @ Plays the specified (fanfare_number) fanfare.
- .macro playfanfare fanfare_number:req
+ @ Plays the fanfare specified by the song number. If the specified song is not a fanfare it will instead play the first song in sFanfares.
+ .macro playfanfare songNumber:req
.byte 0x31
- .2byte \fanfare_number
+ .2byte \songNumber
.endm
@ Blocks script execution until all currently-playing fanfares finish.
@@ -1208,10 +1208,10 @@
.endm
@ Plays the specified (species) Pokemon's cry. You can use waitcry to block script execution until the sound finishes.
- .macro playmoncry species:req, effect:req
+ .macro playmoncry species:req, mode:req
.byte 0xa1
.2byte \species
- .2byte \effect
+ .2byte \mode
.endm
@ Changes the metatile at (x, y) on the current map.
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc
index e26a00d76..0220c11a9 100644
--- a/asm/macros/movement.inc
+++ b/asm/macros/movement.inc
@@ -43,18 +43,18 @@
create_movement_action walk_in_place_fast_up
create_movement_action walk_in_place_fast_left
create_movement_action walk_in_place_fast_right
- create_movement_action walk_in_place_fastest_down
- create_movement_action walk_in_place_fastest_up
- create_movement_action walk_in_place_fastest_left
- create_movement_action walk_in_place_fastest_right
+ create_movement_action walk_in_place_faster_down
+ create_movement_action walk_in_place_faster_up
+ create_movement_action walk_in_place_faster_left
+ create_movement_action walk_in_place_faster_right
create_movement_action ride_water_current_down
create_movement_action ride_water_current_up
create_movement_action ride_water_current_left
create_movement_action ride_water_current_right
- create_movement_action walk_fastest_down
- create_movement_action walk_fastest_up
- create_movement_action walk_fastest_left
- create_movement_action walk_fastest_right
+ create_movement_action walk_faster_down
+ create_movement_action walk_faster_up
+ create_movement_action walk_faster_left
+ create_movement_action walk_faster_right
create_movement_action slide_down
create_movement_action slide_up
create_movement_action slide_left
diff --git a/asm/macros/music_voice.inc b/asm/macros/music_voice.inc
index 64dd38214..ff87c56d6 100644
--- a/asm/macros/music_voice.inc
+++ b/asm/macros/music_voice.inc
@@ -145,7 +145,7 @@
.byte 0xff, 0, 0xff, 0
.endm
- .macro cry2 sample:req
+ .macro cry_reverse sample:req
.byte 0x30, 60, 0, 0
.4byte \sample
.byte 0xff, 0, 0xff, 0