mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
79 lines
1.8 KiB
PHP
Executable File
79 lines
1.8 KiB
PHP
Executable File
# globally accessible functions and data
|
|
# these will be accessible by C code and show up in the .map file
|
|
|
|
.global EntryPoint
|
|
.global musicVolumeSliderPercentage
|
|
.global sfxVolumeSliderPercentage
|
|
.global MenuInit
|
|
.global MenuLoop
|
|
.global DrawMenuText
|
|
.global MenuLogosScreenInit
|
|
.global MenuLogoScreenLoop
|
|
.global MenuTitleScreenInit
|
|
.global MenuTitleScreenLoop
|
|
.global MenuOptionsInit
|
|
.global MenuOptionsLoop
|
|
.global MenuAudioOptionsInit
|
|
.global MenuAudioOptionsLoop
|
|
.global MenuSaveOptionsInit
|
|
.global MenuSaveOptionsLoop
|
|
.global MenuMagicCodesInit
|
|
.global MenuMagicCodesLoop
|
|
.global MenuMagicCodesListInit
|
|
.global MenuMagicCodesListLoop
|
|
.global MenuCharacterSelectInit
|
|
.global MenuCharacterSelectLoop
|
|
.global MenuGameSelectInit
|
|
.global MenuGameSelectLoop
|
|
.global MenuFileSelectInit
|
|
.global MenuFileSelectLoop
|
|
.global MenuTrackSelectInit
|
|
.global MenuTrackSelectLoop
|
|
.global MenuLoadNewAreaInit
|
|
.global MenuLoadNewAreaLoop
|
|
.global Menu11Init
|
|
.global Menu11Loop
|
|
.global MenuTrophyRaceRoundInit
|
|
.global MenuTrophyRaceRoundLoop
|
|
.global MenuTrophyRaceRankingsInit
|
|
.global MenuTrophyRaceRankingsLoop
|
|
.global Menu17Init
|
|
.global Menu17Loop
|
|
.global MenuGhostDataInit
|
|
.global MenuGhostDataLoop
|
|
.global MenuCreditsInit
|
|
.global MenuCreditsLoop
|
|
.global MenuBootInit
|
|
.global MenuBootLoop
|
|
.global MenuCautionInit
|
|
.global MenuCautionLoop
|
|
.global osCreateThread
|
|
.global osRecvMesg
|
|
.global osCreateMesgQueue
|
|
.global osStartThread
|
|
.global sqrtf
|
|
.global bcopy
|
|
.global osSetEventMsg
|
|
.global osSetTime
|
|
.global memcpy
|
|
.global strlen
|
|
.global strchr
|
|
.global osEepromRead
|
|
.global osEepromWrite
|
|
.global __ull_rshift
|
|
.global __ull_rem
|
|
.global __ull_div
|
|
.global __ll_lshift
|
|
.global __ll_div
|
|
.global __ll_mul
|
|
.global __ull_divremi
|
|
.global osViSetEventMsg
|
|
.global __osDisableInt
|
|
.global __osRestoreInt
|
|
.global __osEnqueueAndYield
|
|
.global __osPopThread
|
|
.global cosf
|
|
.global sinf
|
|
.global setupOSTasks
|
|
|