From 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 10 Nov 2021 08:43:51 -0800 Subject: 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 --- asm/ground_script.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/ground_script.s') diff --git a/asm/ground_script.s b/asm/ground_script.s index 36e2999..0bc3285 100644 --- a/asm/ground_script.s +++ b/asm/ground_script.s @@ -7814,7 +7814,7 @@ _080A1B18: bl HasRecruitedMon b _080A171E _080A1B20: - bl sub_808D33C + bl GetPlayerPokemonStruct ldrh r0, [r0, 0x8] subs r0, 0x90 lsls r0, 16 @@ -7825,7 +7825,7 @@ _080A1B20: _080A1B32: bl _080A236A _080A1B36: - bl sub_808D33C + bl GetPlayerPokemonStruct cmp r0, 0 beq _080A1B4A movs r5, 0x8 @@ -8420,7 +8420,7 @@ _080A2024: bge _080A1FE0 b _080A236A _080A202C: - bl sub_808D33C + bl GetPlayerPokemonStruct cmp r0, 0 beq _080A2040 movs r4, 0x8 -- cgit v1.2.3