diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-10 08:43:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 08:43:51 -0800 |
commit | 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (patch) | |
tree | 0566b8fe1cf46f027696ac7fc4db9febd739ee39 /asm/code_801C620.s | |
parent | 681ca68ac96e8d39f49eb2c9f42e5c1e1041f5e0 (diff) |
Luminous cave (#72)
* fully decomp luminous cave
* remove header file. this one isn't ready yet
* doc few fields and func
* doc more of luminous cave
Diffstat (limited to 'asm/code_801C620.s')
-rw-r--r-- | asm/code_801C620.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_801C620.s b/asm/code_801C620.s index 367553b..70524ed 100644 --- a/asm/code_801C620.s +++ b/asm/code_801C620.s @@ -1008,7 +1008,7 @@ _0801D08C: strb r5, [r0, 0x8] ldr r0, [r4] strb r5, [r0, 0x9] - bl sub_808D33C + bl GetPlayerPokemonStruct ldr r1, [r4] str r0, [r1, 0xC] strb r5, [r1, 0x7] @@ -1128,7 +1128,7 @@ _0801D196: movs r0, 0x1 b _0801D1CC _0801D1A0: - bl sub_808D33C + bl GetPlayerPokemonStruct ldr r1, [r4, 0xC] cmp r1, r0 bne _0801D1C6 |