1
0
Fork 0
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:
Roman971 2020-06-05 23:09:43 +02:00 committed by GitHub
parent 94d810193a
commit 68f5d212a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 91 additions and 28 deletions

View file

@ -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