mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-22 16:22:53 -04:00
8c961f2b16
* Start * Try every function * Import data * Docs from message branch * Fix non-equivalency for func_8016AE1C * Everything looks NON_MATCHING * Some more clean up and docs * Some cleanup * Small format * Small improvements here and there * Match a couple * Anotha one * and than there was 1 * and than there were none :) * Lots of docs * Finish code docs * schedule static * Macros + cleanup * text ids array cleanup * Entries cleanup * Use sBombersNotebookEntries in macros * Some docs from message branch * eventIndex -> event * Remove outdated comments * PR * BOMBERS_NOTEBOOK_ENTRY_SIZE * tables * Token pasting to simplify * Some more fixes * PR pt 1 * Format * Bring over BombersNotebook docs from z_message branch Co-authored-by: ZoeyZolotova <zoey.zolotova@gmail.com> * Full enum glory * Format * Name weekeventregs * typo * Some comments * bss * Review * bss * Update src/code/z_play_hireso.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Fix * Namefixer * bss * Format * 0 = 0x0000 --------- Co-authored-by: ZoeyZolotova <zoey.zolotova@gmail.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
45 lines
994 B
TOML
45 lines
994 B
TOML
compiler_type = "ido"
|
|
|
|
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gs[DS]P.*" = "void"
|
|
"gDma.*" = "void"
|
|
"G_IM_SIZ_.*" = "int"
|
|
"G_IM_FMT_.*" = "int"
|
|
"G_TX_.*" = "int"
|
|
"G_[AC]C.*" = "int"
|
|
LOG = "void"
|
|
SET_FULLSCREEN_VIEWPORT = "void"
|
|
OPEN_DISPS = "void"
|
|
CLOSE_DISPS = "void"
|
|
ABS = "int"
|
|
ABS_ALT = "int"
|
|
SQ = "int"
|
|
ARRAY_COUNT = "int"
|
|
ARRAY_COUNTU = "int"
|
|
CLAMP = "int"
|
|
CLOCK_TIME = "int"
|
|
CURRENT_DAY = "int"
|
|
CHECK_NEWF = "int"
|
|
NULL = "int"
|
|
"SCREEN_.*" = "int"
|
|
GET_PLAYER = "int"
|
|
CHECK_WEEKEVENTREG = "int"
|
|
SET_WEEKEVENTREG = "int"
|
|
CLEAR_WEEKEVENTREG = "int"
|
|
"WEEKEVENTREG_.+" = "int"
|
|
CHECK_EVENTINF = "int"
|
|
SET_EVENTINF = "int"
|
|
CLEAR_EVENTINF = "int"
|
|
CLEAR_EVENTINF_ALT = "int"
|
|
"EVENTINF_.*" = "int"
|
|
".+REG" = "int"
|
|
|
|
[decompme.compilers]
|
|
"tools/ido_recomp/linux/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/macos/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/windows/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/linux/5.3/cc" = "ido5.3"
|
|
"tools/ido_recomp/macos/5.3/cc" = "ido5.3"
|
|
"tools/ido_recomp/windows/5.3/cc" = "ido5.3"
|