1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00
oot/data/overlays/actors/z_kaleido_collect.rodata.s
Random 8705d40e54
Split ovl_file_choose and ovl_kaleido_scope (#167)
* Split ovl_file_choose and ovl_kaleido_scope

* Split ovl_kaleido_scope's rodata/data/bss

* fix

* fix spec

* spec fix

* hopefully last spec fix

* hopefully last spec fix 2

* fix

* Add comments on file boundaries

* fix
2020-06-07 13:52:43 -04:00

38 lines
704 B
ArmAsm

.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_8082F420
.asciz "../z_kaleido_collect.c"
.balign 4
glabel D_8082F438
.asciz "000 ccc=%d\n"
.balign 4
glabel D_8082F444
.asciz "111 ccc=%d\n"
.balign 4
glabel D_8082F450
.asciz "222 ccc=%d (%d, %d, %d)\n"
.balign 4
glabel D_8082F46C
.asciz "999 ccc=%d (%d, %d)\n"
.balign 4
glabel D_8082F484
.asciz "888 ccc=%d (%d, %d, %x)\n"
.balign 4
glabel D_8082F4A0
.asciz "../z_kaleido_collect.c"
.balign 4