mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 06:30:33 -04:00
Match sub_0802647C
This commit is contained in:
@@ -11,30 +11,6 @@
|
||||
|
||||
|
||||
|
||||
thumb_func_start sub_0802647C
|
||||
sub_0802647C: @ 0x0802647C
|
||||
push {r4, lr}
|
||||
adds r4, r0, #0
|
||||
movs r1, #0x80
|
||||
lsls r1, r1, #7
|
||||
bl GravityUpdate
|
||||
cmp r0, #0
|
||||
bne _080264A6
|
||||
movs r0, #0x10
|
||||
movs r1, #0
|
||||
bl InitScreenShake
|
||||
ldr r0, _080264A8 @ =0x000001A1
|
||||
bl SoundReq
|
||||
adds r0, r4, #0
|
||||
adds r0, #0x84
|
||||
ldr r1, [r0]
|
||||
ldrb r0, [r1, #3]
|
||||
adds r0, #1
|
||||
strb r0, [r1, #3]
|
||||
_080264A6:
|
||||
pop {r4, pc}
|
||||
.align 2, 0
|
||||
_080264A8: .4byte 0x000001A1
|
||||
|
||||
thumb_func_start sub_080264AC
|
||||
sub_080264AC: @ 0x080264AC
|
||||
|
||||
@@ -611,3 +611,11 @@ void sub_08026414(ChuchuBossEntity* this) {
|
||||
SoundReq(SFX_1A2);
|
||||
}
|
||||
}
|
||||
|
||||
void sub_0802647C(ChuchuBossEntity* this) {
|
||||
if (GravityUpdate(super, 0x4000) == 0) {
|
||||
InitScreenShake(0x10, 0);
|
||||
SoundReq(SFX_1A1);
|
||||
this->unk_84->unk_03++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user