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

Pause doc: Cursor drawing (#2159)

* Pause doc: Cursor drawing

* bss
This commit is contained in:
Dragorn421 2024-09-08 04:28:46 +02:00 committed by GitHub
parent 40372d72b7
commit 1332356e5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 121 additions and 92 deletions

View file

@ -3215,8 +3215,8 @@ KaleidoScope_DrawEquipmentImage = 0x80817BA0; // type:func
KaleidoScope_DrawPlayerWork = 0x80817FE8; // type:func
KaleidoScope_DrawEquipment = 0x8081818C; // type:func
KaleidoScope_DrawAmmoCount = 0x80819670; // type:func
KaleidoScope_SetCursorVtx = 0x80819BF4; // type:func
KaleidoScope_SetItemCursorVtx = 0x80819C24; // type:func
KaleidoScope_SetCursorPos = 0x80819BF4; // type:func
KaleidoScope_SetItemCursorPos = 0x80819C24; // type:func
KaleidoScope_DrawItemSelect = 0x80819C50; // type:func
KaleidoScope_UpdateItemEquip = 0x8081AA60; // type:func
KaleidoScope_DrawDungeonMap = 0x8081B660; // type:func
@ -3245,7 +3245,7 @@ KaleidoScope_DrawGameOver = 0x8082536C; // type:func
KaleidoScope_Draw = 0x80825A00; // type:func
KaleidoScope_GrayOutTextureRGBA32 = 0x80825C1C; // type:func
KaleidoScope_UpdateOpening = 0x80825CD0; // type:func
KaleidoScope_UpdateCursorSize = 0x80825EC0; // type:func
KaleidoScope_UpdateCursorVtx = 0x80825EC0; // type:func
KaleidoScope_LoadDungeonMap = 0x80826204; // type:func
KaleidoScope_UpdateDungeonMap = 0x808262A0; // type:func
KaleidoScope_Update = 0x808263C0; // type:func