mirror of
https://github.com/zeldaret/oot
synced 2026-09-06 10:55:27 -04:00
ovl_bg_haka_ship OK (#712)
* 2 non matchings left * decompiled ovl_Bg_Haka_Ship * review suggestions * parent/child (Actor*) * removed unneeded cast * removed DECR * review 2 suggestions, removed some redundant parentheses
This commit is contained in:
@@ -1,20 +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 Bg_Haka_Ship_InitVars
|
||||
.word 0x00B00100, 0x00000030, 0x00690000, 0x00000178
|
||||
.word BgHakaShip_Init
|
||||
.word BgHakaShip_Destroy
|
||||
.word BgHakaShip_Update
|
||||
.word BgHakaShip_Draw
|
||||
glabel D_8087FAC0
|
||||
.word 0x48500064, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
@@ -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_8087FBA0
|
||||
.incbin "baserom/ovl_Bg_Haka_Ship", 0xAA0, 0x00000100
|
||||
Reference in New Issue
Block a user