mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Fix remaining rom/ram pointers (#190)
This commit is contained in:
parent
94d810193a
commit
68f5d212a7
15 changed files with 91 additions and 28 deletions
|
@ -15,5 +15,19 @@ glabel gLetterTLUT
|
|||
.incbin "baserom.z64", 0xBA18E0, 0x80
|
||||
|
||||
glabel gFontFF
|
||||
.incbin "baserom.z64", 0xBA1960, 0x430
|
||||
.incbin "baserom.z64", 0xBA1960, 0x400
|
||||
|
||||
# Unused
|
||||
glabel D_8012ABC0
|
||||
.word func_801067F0 # fmodf?
|
||||
.word guScale
|
||||
.word guRotate
|
||||
.word guTranslate
|
||||
.word GfxPrint_SetPos
|
||||
.word GfxPrint_SetColor
|
||||
.word GfxPrint_Printf
|
||||
.word GfxPrint_SetPosPx
|
||||
.word GfxPrint_Ctor
|
||||
.word GfxPrint_Open
|
||||
.word GfxPrint_Close
|
||||
.word GfxPrint_Dtor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue