mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Almost done
This commit is contained in:
parent
2f3f556bfb
commit
4ab558d628
16 changed files with 175 additions and 318 deletions
|
@ -1,28 +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 purposee registers
|
||||
|
||||
.section .data
|
||||
|
||||
glabel Bg_Spot09_Obj_InitVars
|
||||
.word 0x00B80100, 0x00000000, 0x00AE0000, 0x00000168
|
||||
.word BgSpot09Obj_Init
|
||||
.word BgSpot09Obj_Destroy
|
||||
.word BgSpot09Obj_Update
|
||||
.word BgSpot09Obj_Draw
|
||||
glabel D_808B1F90
|
||||
.word 0x00000000, 0x06005520, 0x0600283C, 0x06008458, 0x06007580
|
||||
glabel D_808B1FA4
|
||||
.word func_808B1BEC
|
||||
.word func_808B1AE0
|
||||
.word func_808B1BA0
|
||||
glabel D_808B1FB0
|
||||
.word 0xB0F41C20, 0xB0F80BB8, 0x30FC1C20
|
||||
glabel D_808B1FBC
|
||||
.word 0xB0F41C20, 0xB0F80320, 0x30FC05DC
|
||||
glabel D_808B1FC8
|
||||
.word 0x06000100, 0x06003970, 0x06001120, 0x06007D40, 0x06006210, 0x00000000
|
||||
|
|
@ -1,38 +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 purposee registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
glabel D_808B1FE0
|
||||
|
||||
.asciz "Spot09 Object [arg_data : 0x%04x](大工救出フラグ 0x%x)\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_808B2018
|
||||
|
||||
.asciz "Error : Spot 09 object の arg_data が判別出来ない(%s %d)(arg_data 0x%04x)\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_808B2064
|
||||
|
||||
.asciz "../z_bg_spot09_obj.c"
|
||||
.balign 4
|
||||
|
||||
glabel D_808B207C
|
||||
|
||||
.asciz "../z_bg_spot09_obj.c"
|
||||
.balign 4
|
||||
|
||||
glabel D_808B2094
|
||||
|
||||
.asciz "../z_bg_spot09_obj.c"
|
||||
.balign 4
|
||||
|
||||
glabel D_808B20AC
|
||||
.word 0x2E2E2F7A, 0x5F62675F, 0x73706F74, 0x30395F6F, 0x626A2E63, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue