Commit Graph

2643 Commits

Author SHA1 Message Date
Jdog
c179e51a88 Change to use ARRAY_COUNT for script list stuff 2020-08-14 07:50:44 -07:00
Jdog
73e1eff76e more refinements on script list stuff 2020-08-14 07:25:33 -07:00
Alex Bates
652d2ada46 match game_status 2020-08-14 12:47:54 +01:00
Jdog
a2f9747112 Some tidying and more functions 2020-08-13 22:22:16 -07:00
Alex Bates
9eb74da229 use char[] type for string externs 2020-08-14 05:25:13 +01:00
Alex Bates
357220cf92 fix some mis-sized unknown fields 2020-08-14 05:22:59 +01:00
dark-samus
84ecb71d07 add fairly close to matching is_ability_active commented 2020-08-14 00:20:11 -04:00
Alex Bates
d041f520ab explicitly check for NULL 2020-08-14 05:15:00 +01:00
Alex Bates
78d23805e0 wip: update game_status struct
Non-matching right now, I probably made an alignment/sizing error somewhere - proofreading would be appreciated.
2020-08-14 05:08:55 +01:00
Alex Bates
15f3d1a565 use bg_header type for gBackgroundImage 2020-08-14 04:37:24 +01:00
Ethan Roseman
afc0415a2c
Merge pull request #5 from nanaian/items
match FindItem, RemoveItem, CountFortressKeys, RemoveFortressKeys
2020-08-13 23:28:29 -04:00
Alex Bates
86c2917cc0 match load_map_bg
Also added three new symbols to `undefined_syms.h`. Two of these are almost certainly string literals in `load_map_bg`, but we don't have rodata capability yet so they have to be declared in a different way.
2020-08-14 04:25:16 +01:00
Jdog
6aa628f3ac Added gCurrentScriptList and some more matching funcs 2020-08-13 19:53:38 -07:00
Alex Bates
29db02ea7d match RemoveFortressKeys 2020-08-14 03:24:21 +01:00
Alex Bates
e06fbbab51 match CountFortressKeys
Also fixed typo in the function name ('Fortess').
2020-08-14 03:22:41 +01:00
Alex Bates
f813b9ba42 add missing initialCall params 2020-08-14 03:15:33 +01:00
Alex Bates
55c38e4343 fix RemoveItem ADDU operand order
...with evil pointer math
2020-08-14 03:07:24 +01:00
Alex Bates
707d25f656 match RemoveItem, almost
The generated addu instruction on the line marked with FIXME has its operands in a different order.
2020-08-14 02:55:06 +01:00
Alex Bates
31cabbeeff match FindItem 2020-08-14 02:43:04 +01:00
Ethan Roseman
7f83b2c881
Merge pull request #4 from nanaian/battle_heap_create
match battle_heap_create
2020-08-13 21:23:08 -04:00
Alex Bates
4ccb221916 remove battle_heap_create asm 2020-08-14 01:50:25 +01:00
Alex Bates
dfa7b096c5 match battle_heap_create
Just flipped the condition.
2020-08-14 01:38:16 +01:00
Jdog
e008ff876f Merge remote-tracking branch 'upstream/master' 2020-08-13 17:32:14 -07:00
Jdog
ef4f2e34ec blorp 2020-08-13 17:31:27 -07:00
Jdog
dea08446d3 random stuff 2020-08-13 17:29:25 -07:00
Ethan Roseman
330bf5b490
Merge pull request #3 from JoshW-7/master
Small tweaks and fixes
2020-08-13 16:42:01 -04:00
Ethan Roseman
61cae620a3
Merge pull request #2 from sonicspiral/patch-1
Add FAQ section for possible common issues
2020-08-13 15:49:10 -04:00
Jdog
09f13acf95 Tweaks 2020-08-13 11:37:53 -07:00
sonicspiral
736f1d79aa
Increase spacing between question for readability 2020-08-12 22:49:08 -07:00
sonicspiral
f9f6f302a9
Update FAQ problem and solution order
* Feedback from this [comment](https://github.com/ethteck/papermario/pull/2#issuecomment-673270326) on suggested order.
2020-08-12 22:47:28 -07:00
Jdog
ff2be1cbef Fixed some warnings 2020-08-12 22:12:32 -07:00
Jdog
56391da10c Merge remote-tracking branch 'upstream/master' 2020-08-12 22:07:53 -07:00
Ethan Roseman
7d5c31a6e6 Cleanup, starting trigger functions 2020-08-13 01:03:47 -04:00
Jdog
9b60b24cb7 removed uneccessary global vars 2020-08-12 21:10:41 -07:00
sonicspiral
de5e3891b9
Add FAQ section for possible common issues
* Fix for /bin/bash: mips-linux-gnu-as: command not found.
* Fix for sha1sum: 'papermario.z64'$'\r': No such file or directory.
2020-08-12 20:35:59 -07:00
Ethan Roseman
d0c65a6e14 meow 2020-08-12 22:56:47 -04:00
Ethan Roseman
95a3b06208
Merge pull request #1 from ethteck/remove-incs
Remove incs
2020-08-12 22:49:49 -04:00
Ethan Roseman
430e6dff98 Adding macro.inc include to macro 2020-08-12 22:46:59 -04:00
Ethan Roseman
e37c5b8194 removing .inc 2020-08-12 22:37:16 -04:00
Ethan Roseman
3cd498cc2f Update Makefile and readme 2020-08-12 22:32:41 -04:00
Ethan Roseman
a8a66bde47 Make setup 2020-08-12 22:13:48 -04:00
Ethan Roseman
0782fa07a3 Refactoring stuff 2020-08-12 21:56:23 -04:00
Ethan Roseman
b57252efde
Merge pull request #21 from Rainchus/master
Match functions in code_ebd0_len_6a0.c & code_dc470_len_14c0.c
2020-08-12 21:20:27 -04:00
Rainchus
01aa03e9c4 match functions in dc470_len_14c0 & ebd0_len_6a0 2020-08-12 20:17:03 -05:00
Ethan Roseman
e40177061a
Merge pull request #22 from JoshW-7/master
Handful of matching funcs, starrod_to_c.py in /tools for converting starrod enums to c headers
2020-08-12 20:50:05 -04:00
Jdog
eb19b9bf36 Fixes 2020-08-12 15:52:55 -07:00
Jdog
fa2f52cfb9 Added generated enum header files to /tools/c_enums 2020-08-12 15:21:21 -07:00
Jdog
89246f7247 Added Star Rod enums to /tools/sr_eenums 2020-08-12 15:18:55 -07:00
Rainchus
c5783e2abf fix last of style issues 2020-08-12 17:18:27 -05:00
Jdog
f19ffb98ee Added starrod_to_c.py to /tools (as well as sub_folders to hold SR enums and generated header files) 2020-08-12 14:59:08 -07:00