mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Shopnuts (#577)
* matched functions, still need data * shopnuts OK * cleaned up some things in hintnuts by comparing to shopnuts * merge with new animation stuff * fixing merge 2 * suggested changes * missed a DECR * suggestions
This commit is contained in:
parent
11a021a9a5
commit
ed4d8af39e
26 changed files with 295 additions and 1113 deletions
|
@ -1,24 +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 En_Shopnuts_InitVars
|
||||
.word 0x01950500, 0x00000005, 0x01680000, 0x000002BC
|
||||
.word EnShopnuts_Init
|
||||
.word EnShopnuts_Destroy
|
||||
.word EnShopnuts_Update
|
||||
.word EnShopnuts_Draw
|
||||
glabel D_80AFB4E0
|
||||
.word 0x06000939, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x00140028, 0x00000000, 0x00000000
|
||||
glabel D_80AFB50C
|
||||
.word 0x01000014, 0x0028FE00
|
||||
glabel D_80AFB514
|
||||
.word 0x8917004E, 0xB06CFFFF, 0x304C0A28
|
||||
|
|
@ -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_80AFB570
|
||||
.incbin "baserom/ovl_En_Shopnuts", 0xE50, 0x00000120
|
Loading…
Add table
Add a link
Reference in a new issue