mirror of https://github.com/pmret/papermario.git
matched func_80240038_7E73D8, func_80240040_7E73E0 (#707)
* matched func_80240038_7E73D8, func_80240040_7E73E0 * Update src/world/area_mac/machi/7E73A0.c Co-authored-by: Ethan Roseman <ethteck@gmail.com> * Update src/world/area_mac/machi/7E73A0.c Co-authored-by: Ethan Roseman <ethteck@gmail.com> * Update src/world/area_mac/machi/7E73A0.c Co-authored-by: Ethan Roseman <ethteck@gmail.com> * Update src/world/area_mac/machi/7E73A0.c Co-authored-by: Ethan Roseman <ethteck@gmail.com> Co-authored-by: Ethan Roseman <ethteck@gmail.com>
This commit is contained in:
parent
d641b72336
commit
3746411d89
|
@ -77,9 +77,13 @@ ApiStatus N(80240030_7E73D0)(Evt* script, s32 isInitialCall) {
|
|||
return ApiStatus_DONE2;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(s32, "world/area_mac/machi/7E73A0", func_80240038_7E73D8);
|
||||
ApiStatus func_80240038_7E73D8(Evt* script, s32 isInitialCall) {
|
||||
return ApiStatus_DONE2;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(s32, "world/area_mac/machi/7E73A0", func_80240040_7E73E0);
|
||||
ApiStatus func_80240040_7E73E0(Evt* script, s32 isInitialCall) {
|
||||
return ApiStatus_BLOCK;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(s32, "world/area_mac/machi/7E73A0", func_80240048_7E73E8);
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
|
||||
glabel func_80240038_7E73D8
|
||||
/* 7E73D8 80240038 03E00008 */ jr $ra
|
||||
/* 7E73DC 8024003C 24020002 */ addiu $v0, $zero, 2
|
|
@ -1,6 +0,0 @@
|
|||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
|
||||
glabel func_80240040_7E73E0
|
||||
/* 7E73E0 80240040 03E00008 */ jr $ra
|
||||
/* 7E73E4 80240044 0000102D */ daddu $v0, $zero, $zero
|
Loading…
Reference in New Issue