From 409058484b5f59f02ece691c3dbceb6aa33c8bdf Mon Sep 17 00:00:00 2001 From: Andrew Martinek Date: Wed, 30 Dec 2020 20:46:02 -0500 Subject: Fixed small typos --- src/macros/scripts.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3