papermario/ver/us/asm/nonmatchings/code_EA0C10/func_80242A14_EA3314.s
alex a4e1c2f522
Add versioning (#187)
* fix vscode cpp extension messing with files.associations

* move stuff

* it builds!

* symlink papermario.us.z64

* ci: put baserom in right place

* add jp

* fix splat dir

* ignore starrod dump

* .s deps

* update jenkins

* add dsl back

* configure.py versions

* wups

* fine ethan

* fix paths

* configure: default to only the version(s) with existing baseroms

* fix coverage

* fix progress.py

* progress.py verisoning

* remove format.sh from CONTRIBUTING

* update CONTRIBUTING

* fix first_diff

* diff.py: use ver/current/

* update splat.yaml

* trying to fix subrepo

* git subrepo pull tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "06a737f02d"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "06a737f02d"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* configure fix

* git subrepo pull tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "41786effd3"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "41786effd3"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

Co-authored-by: Ethan Roseman <ethteck@gmail.com>
2021-02-22 18:21:23 +09:00

19 lines
962 B
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_80242A14_EA3314
/* EA3314 80242A14 27BDFFE8 */ addiu $sp, $sp, -0x18
/* EA3318 80242A18 AFBF0010 */ sw $ra, 0x10($sp)
/* EA331C 80242A1C 8C82000C */ lw $v0, 0xc($a0)
/* EA3320 80242A20 0C0B53A3 */ jal func_802D4E8C
/* EA3324 80242A24 8C450000 */ lw $a1, ($v0)
/* EA3328 80242A28 3C018024 */ lui $at, %hi(D_802441BC_EA4ABC)
/* EA332C 80242A2C AC2241BC */ sw $v0, %lo(D_802441BC_EA4ABC)($at)
/* EA3330 80242A30 24020002 */ addiu $v0, $zero, 2
/* EA3334 80242A34 8FBF0010 */ lw $ra, 0x10($sp)
/* EA3338 80242A38 24030001 */ addiu $v1, $zero, 1
/* EA333C 80242A3C 3C018024 */ lui $at, %hi(D_802441B8_EA4AB8)
/* EA3340 80242A40 AC2341B8 */ sw $v1, %lo(D_802441B8_EA4AB8)($at)
/* EA3344 80242A44 03E00008 */ jr $ra
/* EA3348 80242A48 27BD0018 */ addiu $sp, $sp, 0x18