diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-30 20:46:02 -0500 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-30 20:46:02 -0500 |
commit | 409058484b5f59f02ece691c3dbceb6aa33c8bdf (patch) | |
tree | 49af3dd74bae1a3c9dcef5344b1356421f5de1c9 | |
parent | 6b585efe6697884191607b47644e97daa56c0978 (diff) |
Fixed small typos
-rwxr-xr-x | src/macros/scripts.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macros/scripts.asm b/src/macros/scripts.asm index 31a96c3..6836b4d 100755 --- a/src/macros/scripts.asm +++ b/src/macros/scripts.asm @@ -176,7 +176,7 @@ ENDM ; Gives the player up to 3 booster packs. Arguments can be replaced by NO_BOOSTER give_booster_packs: MACRO run_command ScriptCommand_GiveBoosterPacks - db \1 ; booster pack (ex BOOSTER_LABORATORY_NEUTRAL + db \1 ; booster pack (ex BOOSTER_LABORATORY_NEUTRAL) db \2 ; booster pack db \3 ; booster pack ENDM @@ -231,7 +231,7 @@ script_jump: MACRO dw \1 ; Script Label ENDM -; Attemps to send Dr. Mason's PC Packs to the player +; Attempts to send Dr. Mason's PC Packs to the player try_give_medal_pc_packs: MACRO run_command ScriptCommand_TryGiveMedalPCPacks ENDM |