1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

DemoExt OK and documented (#586)

* OK

* all functions and variables named

* delete asm

* data inlined

* Merge remote-tracking branch 'upstream/master' into demo_ext

* addressed review comments

* formatter

* addressed review comments
This commit is contained in:
EllipticEllipsis 2021-01-14 19:28:36 +00:00 committed by GitHub
parent 3b4a1c23d6
commit 65e956a272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 240 additions and 724 deletions

View file

@ -1,26 +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_80977C70
.word func_80977854
.word func_80977874
.word func_809778AC
glabel D_80977C7C
.word func_80977944
.word func_80977950
glabel Demo_Ext_InitVars
.word 0x01180400, 0x00000010, 0x005A0000, 0x00000184
.word DemoExt_Init
.word DemoExt_Destroy
.word DemoExt_Update
.word DemoExt_Draw
.word 0x00000000, 0x00000000, 0x00000000

View file

@ -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_80977D90
.incbin "baserom/ovl_Demo_Ext", 0xA00, 0x000000B0