mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 06:52:35 +01:00
8e47ca56c4
* split all map code hype * split area_table.bin properly * fix coverage.py c_func_pattern to match multiline func signatures * add src/world/* to makefile * bump splat * yikes * splat maps without vram_lock Co-authored-by: Alex Bates <hi@imalex.xyz>
7 lines
215 B
ArmAsm
7 lines
215 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80240038
|
|
/* 7E73D8 80240038 03E00008 */ jr $ra
|
|
/* 7E73DC 8024003C 24020002 */ addiu $v0, $zero, 2
|