mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 06:52:35 +01:00
11 lines
484 B
ArmAsm
11 lines
484 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80149600
|
|
/* DFD00 80149600 3C018015 */ lui $at, %hi(gCurrentDoorSoundsSet)
|
|
/* DFD04 80149604 A4201340 */ sh $zero, %lo(gCurrentDoorSoundsSet)($at)
|
|
/* DFD08 80149608 3C018015 */ lui $at, %hi(D_80151308)
|
|
/* DFD0C 8014960C A4201308 */ sh $zero, %lo(D_80151308)($at)
|
|
/* DFD10 80149610 03E00008 */ jr $ra
|
|
/* DFD14 80149614 00000000 */ nop
|