diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
commit | 11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch) | |
tree | 8e1692fe02b30ceeb2d797c001e0594175e29b78 /engine/scripting.asm | |
parent | 289d3dea86b82c4ce7eb7268ef33980688306587 (diff) | |
parent | 5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff) |
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 0a68243d3..42d060e9b 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2806,9 +2806,9 @@ Script_xycompare: ; 97a01 ; pointer (MultiByteParam) call GetScriptByte - ld [wd453], a + ld [wXYComparePointer], a call GetScriptByte - ld [wd454], a + ld [wXYComparePointer + 1], a ret ; 97a0e |