mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 07:22:29 +01:00
3315d6010f
* all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
41 lines
2.2 KiB
ArmAsm
41 lines
2.2 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8011E310
|
|
/* B4A10 8011E310 3C028007 */ lui $v0, %hi(gGameStatusPtr)
|
|
/* B4A14 8011E314 8C42419C */ lw $v0, %lo(gGameStatusPtr)($v0)
|
|
/* B4A18 8011E318 80420070 */ lb $v0, 0x70($v0)
|
|
/* B4A1C 8011E31C 14400005 */ bnez $v0, .L8011E334
|
|
/* B4A20 8011E320 00000000 */ nop
|
|
/* B4A24 8011E324 3C028015 */ lui $v0, %hi(D_801539C0)
|
|
/* B4A28 8011E328 244239C0 */ addiu $v0, $v0, %lo(D_801539C0)
|
|
/* B4A2C 8011E32C 080478CF */ j .L8011E33C
|
|
/* B4A30 8011E330 00000000 */ nop
|
|
.L8011E334:
|
|
/* B4A34 8011E334 3C028015 */ lui $v0, %hi(D_80153A00)
|
|
/* B4A38 8011E338 24423A00 */ addiu $v0, $v0, %lo(D_80153A00)
|
|
.L8011E33C:
|
|
/* B4A3C 8011E33C 3C018015 */ lui $at, %hi(gCurrentAnimMeshListPtr)
|
|
/* B4A40 8011E340 AC223A40 */ sw $v0, %lo(gCurrentAnimMeshListPtr)($at)
|
|
/* B4A44 8011E344 2402000A */ addiu $v0, $zero, 0xa
|
|
/* B4A48 8011E348 3C018015 */ lui $at, %hi(D_80153A48)
|
|
/* B4A4C 8011E34C AC223A48 */ sw $v0, %lo(D_80153A48)($at)
|
|
/* B4A50 8011E350 3C018015 */ lui $at, %hi(D_80153A4C)
|
|
/* B4A54 8011E354 AC223A4C */ sw $v0, %lo(D_80153A4C)($at)
|
|
/* B4A58 8011E358 3C018015 */ lui $at, %hi(D_80153A50)
|
|
/* B4A5C 8011E35C AC223A50 */ sw $v0, %lo(D_80153A50)($at)
|
|
/* B4A60 8011E360 3C018015 */ lui $at, %hi(D_80153A54)
|
|
/* B4A64 8011E364 AC223A54 */ sw $v0, %lo(D_80153A54)($at)
|
|
/* B4A68 8011E368 24020320 */ addiu $v0, $zero, 0x320
|
|
/* B4A6C 8011E36C 3C018015 */ lui $at, %hi(D_80153A58)
|
|
/* B4A70 8011E370 AC223A58 */ sw $v0, %lo(D_80153A58)($at)
|
|
/* B4A74 8011E374 240203E8 */ addiu $v0, $zero, 0x3e8
|
|
/* B4A78 8011E378 3C018015 */ lui $at, %hi(D_801512D4)
|
|
/* B4A7C 8011E37C AC2012D4 */ sw $zero, %lo(D_801512D4)($at)
|
|
/* B4A80 8011E380 3C018015 */ lui $at, %hi(D_80153A44)
|
|
/* B4A84 8011E384 AC203A44 */ sw $zero, %lo(D_80153A44)($at)
|
|
/* B4A88 8011E388 3C018015 */ lui $at, %hi(D_80153A5C)
|
|
/* B4A8C 8011E38C AC223A5C */ sw $v0, %lo(D_80153A5C)($at)
|
|
/* B4A90 8011E390 03E00008 */ jr $ra
|
|
/* B4A94 8011E394 00000000 */ nop
|