mirror of https://github.com/pmret/papermario.git
Use tempPtr in func_80035DF0
This commit is contained in:
parent
b1bd9ff0d1
commit
1642dc8fee
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
void func_80035DF0(s16 arg0) {
|
||||
s16* tempPtr = &D_800A0942;
|
||||
D_800A0942 = arg0;
|
||||
*tempPtr = arg0;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(code_111f0_len_860, func_80035E00);
|
||||
|
|
|
|||
Loading…
Reference in New Issue