mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Match Player_Init (player_actor OK) (#651)
This commit is contained in:
parent
0e76c84c45
commit
70a3acf111
4 changed files with 3 additions and 386 deletions
|
@ -1,13 +0,0 @@
|
|||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80855550
|
||||
.incbin "baserom/ovl_player_actor", 0x23340, 0x00003550
|
Loading…
Add table
Add a link
Reference in a new issue