diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-01 20:17:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 20:17:55 -0800 |
commit | 39299306e059d82516247aeacd04b680509eef8c (patch) | |
tree | 9ee1265e986292feca8d01345888134e9fd76ea3 /asm/text.s | |
parent | 82fed1cd4406bfabb76bede96be4b77ea752175d (diff) | |
parent | bcff8d1b45d6cfdc0c2e5e94137aa0e578009f7c (diff) |
Merge pull request #15 from camthesaxman/battle_ai
start decompiling battle_ai
Diffstat (limited to 'asm/text.s')
-rw-r--r-- | asm/text.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/text.s b/asm/text.s index afd82d532..f845293ca 100644 --- a/asm/text.s +++ b/asm/text.s @@ -2499,7 +2499,7 @@ _08005834: b _08005B56 .pool _0800584C: - ldr r0, =gUnknown_02022FEC + ldr r0, =gBattleTypeFlags ldr r0, [r0] movs r1, 0x80 lsls r1, 17 |