mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
4cfdc163e9
* func_EBFBE0_801920C4 * func_EBFBE0_80192190 * func_EBFBE0_801924C4 * func_EBFBE0_80192598 * func_EBFBE0_80192738 * func_EBFBE0_801928BC * func_EBFBE0_80192938 * rename to fox_option found in sf643D rom symbols * dec * few functions * need input! more input! * NO DISASSEMBLE! * func_EBFBE0_80196E54 & func_EBFBE0_80196EFC * func_EBFBE0_80196F9C * func_EBFBE0_80196FC4 & func_EBFBE0_80197074 * format * func_EBFBE0_8019715C * fix stack * func_EBFBE0_801973C0 * sneaky ido * data indicates these are floats * did i say floats? i was looking at the wrong offsets * func_EBFBE0_8019752C * func_EBFBE0_80197914 * func_EBFBE0_80197A3C * func_EBFBE0_80197DE4 * func_EBFBE0_8019A214 * break * func_EBFBE0_80199284 * func_EBFBE0_80199424 * func_EBFBE0_8019978C * func_EBFBE0_8019A080 * func_EBFBE0_8019A298 * func_EBFBE0_8019B8A0 * func_EBFBE0_8019C824 * func_EBFBE0_8019CAE0 * func_EBFBE0_8019DF64 * func_EBFBE0_8019DE74 * func_EBFBE0_8019E030 * func_EBFBE0_8019DD44 * func_EBFBE0_8019DCE8 * func_EBFBE0_8019CBC0 * format * func_EBFBE0_80193B04 * func_EBFBE0_801944F0 * . * func_EBFBE0_80197F74 * more functions
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"python.formatting.autopep8Args": [
|
|
"--ignore",
|
|
"E402"
|
|
],
|
|
"search.useIgnoreFiles": false,
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
"**/.github": true,
|
|
"build/**": true,
|
|
"expected/**": true,
|
|
"tools/**": true,
|
|
"tools/aspatch/**": false,
|
|
"tools/gfxsotn/**": false,
|
|
},
|
|
"defines": [
|
|
"_LANGUAGE_C", // For gbi.h
|
|
],
|
|
"files.associations": {
|
|
"hud.h": "c",
|
|
"global.h": "c",
|
|
"ultratypes.h": "c",
|
|
"mbi.h": "c",
|
|
"common.h": "c",
|
|
"sf64math.h": "c",
|
|
"ultra64.h": "c",
|
|
"os_internal.h": "c",
|
|
"structs.h": "c",
|
|
"stdint.h": "c",
|
|
"xstdio.h": "c",
|
|
"controller.h": "c",
|
|
"os_version.h": "c",
|
|
"stdbool.h": "c",
|
|
"variables.h": "c",
|
|
"functions.h": "c",
|
|
"macros.h": "c",
|
|
"random": "c",
|
|
"limits": "c",
|
|
"algorithm": "c",
|
|
"dfee30.h": "c",
|
|
"df4260.h": "c",
|
|
"symbol_addrs_overlays": "cpp",
|
|
"fox_option.h": "c",
|
|
"cstdlib": "c",
|
|
"typeinfo": "c"
|
|
},
|
|
} |