diff options
Diffstat (limited to 'asm/truck_scene.s')
-rw-r--r-- | asm/truck_scene.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/truck_scene.s b/asm/truck_scene.s index 7271ba2e4..b9e9f1b35 100644 --- a/asm/truck_scene.s +++ b/asm/truck_scene.s @@ -394,7 +394,7 @@ _080FB3C0: movs r0, 0x1 strh r0, [r4] movs r0, 0x31 - bl audio_play + bl PlaySE b _080FB4D8 .pool _080FB3E8: @@ -440,7 +440,7 @@ _080FB404: movs r0, 0x3 strh r0, [r4] movs r0, 0x32 - bl audio_play + bl PlaySE b _080FB4D8 .pool _080FB450: @@ -469,7 +469,7 @@ _080FB474: cmp r0, 0x5A bne _080FB4D8 movs r0, 0x33 - bl audio_play + bl PlaySE movs r0, 0 strh r0, [r4, 0x2] movs r0, 0x5 @@ -500,7 +500,7 @@ _080FB492: bl MapGridSetMetatileIdAt bl DrawWholeMapView movs r0, 0x34 - bl audio_play + bl PlaySE adds r0, r5, 0 bl DestroyTask bl script_env_2_disable |