diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-05 17:23:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 17:23:12 -0500 |
commit | 0659d53c27fcb85b70c6f5a5065967fdc3da115d (patch) | |
tree | 745a448031996b068c80c3f74d2c3e89928082ad /asm/battle_script_commands.s | |
parent | 7990309f0ae8c1ba1e7d5979bc913c22a9f411cf (diff) | |
parent | dca511ad23b816d1dd4ed5372a313f5fb722e534 (diff) |
Merge pull request #12 from ProjectRevoTPP/task
decompile task.c
Diffstat (limited to 'asm/battle_script_commands.s')
-rw-r--r-- | asm/battle_script_commands.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_script_commands.s b/asm/battle_script_commands.s index 130ba9b21..9d165dd4c 100644 --- a/asm/battle_script_commands.s +++ b/asm/battle_script_commands.s @@ -32474,7 +32474,7 @@ _0802DA72: ldr r0, _0802DAB4 @ =sub_8011100 cmp r1, r0 bne _0802DB6C - ldr r2, _0802DAB8 @ =gUnknown_3005090 + ldr r2, _0802DAB8 @ =gTasks ldr r4, _0802DABC @ =gUnknown_2023E82 ldrb r1, [r4, 0x1] lsls r0, r1, 2 @@ -32500,7 +32500,7 @@ _0802DA72: _0802DAAC: .4byte gUnknown_2037AB8 _0802DAB0: .4byte gMain _0802DAB4: .4byte sub_8011100 -_0802DAB8: .4byte gUnknown_3005090 +_0802DAB8: .4byte gTasks _0802DABC: .4byte gUnknown_2023E82 _0802DAC0: .4byte 0x05006000 _0802DAC4: .4byte sub_80116F4 |