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

[iQue] Match skapi.s, create bbskapi.h documenting the syscalls (#2400)

This commit is contained in:
Tharo 2025-01-04 03:58:26 +00:00 committed by GitHub
parent 4c88cfd08a
commit bd606ba038
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 421 additions and 41 deletions

View file

@ -52,10 +52,8 @@ END(entrypoint)
#ifdef __sgi
/* IDO can't take absolute differences of symbols so the size of the above is hardcoded */
.repeat (0x60 - 0x34)
.byte 0
.endr
.space PAD_TO - 0x34
#else
/* Pad to a total size taking into account the size of the above */
.fill PAD_TO - (. - entrypoint)
.space PAD_TO - (. - entrypoint)
#endif