diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-31 16:48:24 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-31 16:48:24 +0200 |
commit | 6f03356237fbfb60669cc3d80cb4c6cf8924957e (patch) | |
tree | e62657f00e7587ddaf8fcf49510ff97b42e46218 /asm/scrcmd.s | |
parent | cbe13acff18405e99827df7c4a772d20b851f33b (diff) |
begin working on pokeemerald
Diffstat (limited to 'asm/scrcmd.s')
-rw-r--r-- | asm/scrcmd.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/scrcmd.s b/asm/scrcmd.s index cf3917979..249a7f91a 100644 --- a/asm/scrcmd.s +++ b/asm/scrcmd.s @@ -5440,7 +5440,7 @@ sCD_set_obedient_bit: @ 809BC44 adds r0, r1 movs r1, 0x50 mov r2, sp - bl pokemon_setattr + bl SetMonData movs r0, 0 add sp, 0x4 pop {r1} @@ -5588,7 +5588,7 @@ sub_809BD70: @ 809BD70 adds r0, r1 movs r1, 0x23 mov r2, sp - bl pokemon_setattr + bl SetMonData _0809BDA6: movs r0, 0 add sp, 0x4 |