mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 15:04:07 -04: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:
@@ -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
|
||||
Reference in New Issue
Block a user