mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Fix some non matchings in actors and parameter (#540)
* Fix some non matchings in actors and parameter - `EnTuboTrap_HandleImpact` from `z_en_tubo_trap.c` (fully matching) - `func_80ADA35C` from `z_en_po_sisters.c` (fully matching) - `func_80B0B81C` from `z_en_stream.c` (fully matching) - `Item_Give` from `z_parameter.c` (1 non matching left) * Rectify bss ordering comment
This commit is contained in:
parent
0376242365
commit
83e53bbaf2
12 changed files with 53 additions and 2110 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_80ADD8D0
|
||||
.incbin "baserom/ovl_En_Po_Sisters", 0x4940, 0x00000480
|
|
@ -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_80B0BD20
|
||||
.incbin "baserom/ovl_En_Stream", 0x580, 0x00000090
|
|
@ -1,6 +0,0 @@
|
|||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
D_80B265E0:
|
||||
.incbin "baserom/ovl_En_Tubo_Trap", 0xCF0, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue