diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 21:27:32 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 21:27:32 -0400 |
commit | 96b0e448c4ce6a5dc43653a1c927a530fe64aece (patch) | |
tree | 6c1e5c4e9f84630a29858e9b1677cb56c1e761bf /engine/scripting.asm | |
parent | edf42a54d5b95780725e50605672fec29a9936f1 (diff) |
Labeling of AI item and wild encounter functions
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index f5e1347b8..bc5a0e790 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2656,7 +2656,7 @@ Script_giveegg: ; 0x97968 ; level (DecimalParam) ; if no room in the party, return 0 in ScriptVar; else, return 2 - xor a + xor a ; PARTYMON ld [ScriptVar], a ld [MonType], a call GetScriptByte |