forked from doldecomp/melee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partially match
itcoin
(doldecomp#1380)
* dump all functions and clean matches + table. * create `CoinVars` and add to `xDD4_itemVar` in `struct Item` * match `it_802F14E4` * match `it_802F1518`. also declaration changes for externed functions * match `it_802F15B8` * match `it_802F1888` * match `it_802F2020` * match the logic for `it_802F202C`. maybe missing global/exeterned float * match `it_802F1F48` and modify `padding_x7C` in `struct Item` * match `it_802F1C70` and add `itCoinAttributes` * replace M2C fields with `attr` access in `it_802F1910` * float replacement in `it_802F1910` * 99% of `it_802F1910` * match `it_802F13B4` * use `GET_JOBJ` in `it_802F1888` * match 77% of `it_802F1CE0` using inlines * match 77% of `it_802F1630`. same issues as `it_802F1CE0` * clean `it_802F2094` with inlines * remove externed floats * 98% of `it_802F2094`. register allocation moment * function declarations * remove `M2C_FIELD` in `it_802F13B4` * change declaration for `it_802F2094` in `it_27CF.h` * fix usages for `it_802F2094` * scopes in `symbols.txt` * 92% of `it_802F202C` * fix floats in `it_802F1F48` * match `it_802F2094` * match `it_802F202C` * remove `M2C_FIELD` in `it_802F13B4` * if statement clarity in `it_802F1910` * fix comment for `un_8031C5E4` * update `grfigureget.h` * update `gm_1601.h` * update `grfigureget.h` again * update `it_2725.h` * update `tydisplay.h` * fix typo functions and update declaration for `un_8031C5E4` * float scopes * revert scope for `it_804DD9B0 ` * declaration fix in `grfigureget.h` * run `gen_header` for `tydisplay.h` * proper type usage * Update src/melee/ty/tydisplay.h
- Loading branch information
1 parent
f44d526
commit 2cc16ed
Showing
12 changed files
with
516 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
#ifndef GALE01_219530 | ||
#define GALE01_219530 | ||
|
||
#include <platform.h> | ||
|
||
#include <placeholder.h> | ||
|
||
int grFigureGet_80219C50(s32); | ||
UNK_T grFigureGet_80219C34(s32); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.