mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
33
data/overlays/actors/z_obj_timeblock.rodata.s
Normal file
33
data/overlays/actors/z_obj_timeblock.rodata.s
Normal file
|
@ -0,0 +1,33 @@
|
|||
.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_80BA0B50
|
||||
.asciz "時のブロック (<arg> %04xH <type> save:%d color:%d range:%d move:%d)\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_80BA0B98
|
||||
.asciz "◯◯◯◯ Time Block 注目カメラ (frame counter %d)\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_80BA0BCC
|
||||
.asciz "◯◯◯◯ Time Block 注目カメラ (frame counter %d)\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_80BA0C00
|
||||
.asciz "../z_obj_timeblock.c"
|
||||
.balign 4
|
||||
|
||||
glabel D_80BA0C18
|
||||
.asciz "../z_obj_timeblock.c"
|
||||
.balign 4
|
||||
|
||||
glabel D_80BA0C30
|
||||
.word 0x2E2E2F7A, 0x5F6F626A, 0x5F74696D, 0x65626C6F, 0x636B2E63, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue