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:
parent
4c88cfd08a
commit
bd606ba038
8 changed files with 421 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue