mirror of
https://github.com/zeldaret/oot
synced 2026-09-02 18:02:49 -04:00
Actor Cleanups (#177)
* rename init chains, colchkinfo, colider inits, damage tables * actor cleanups * fix collider init script names * small fixes * ichain arg name * change dynapoly types and names * revert enru1 data name * and the type * pr suggestions
This commit is contained in:
@@ -1,19 +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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80115440
|
||||
.incbin "baserom.z64", 0xB8C5E0, 0x2C
|
||||
|
||||
glabel D_8011546C
|
||||
.incbin "baserom.z64", 0xB8C60C, 0x18
|
||||
|
||||
glabel D_80115484
|
||||
.incbin "baserom.z64", 0xB8C624, 0x3C
|
||||
Reference in New Issue
Block a user