summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-03 09:55:17 -0400
committerhuderlem <huderlem@gmail.com>2019-04-03 17:04:42 -0500
commit4fadbaf16153c0160f6ad38dc0053e7ff6db7472 (patch)
treedbc7424024bb8680963b320bf8892a5ac91e80bc /asm/macros/event.inc
parent33ee31b2e099a3e2cefa2542f710d51087e09a83 (diff)
Minor fixes
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r--asm/macros/event.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 8b3466fe7..e00bdb600 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -77,7 +77,7 @@
.endm
@ Executes a script stored in a default RAM location.
- .macro gotoram
+ .macro returnram
.byte 0x0c
.endm
@@ -1440,7 +1440,7 @@
.endm
@ Depending on factors I haven't managed to understand yet, this command may cause script execution to jump to the offset specified by the pointer at 0x020375C0.
- .macro execram
+ .macro gotoram
.byte 0xcf
.endm