Commit Graph

71 Commits

Author SHA1 Message Date
PikalaxALT
9b3b3244f7 Suppress IDE errors when incbinning multiple files 2019-07-30 19:20:41 -04:00
jiangzhengwenjz
b566ae26de finished fldeff_dig + fldeff_rocksmash 2019-06-29 10:03:06 +08:00
jiangzhengwenjz
8e8fe3bf44 finished save_location 2019-06-28 05:56:28 +08:00
PikalaxALT
7eeba327bd Dump items and start decomp item_use 2019-06-19 18:28:55 -04:00
PikalaxALT
9aac6112a2 Some symbol renaming 2019-06-13 16:34:18 -04:00
PikalaxALT
210f875730 through sub_815A008 2019-05-09 16:33:30 -04:00
PikalaxALT
d850ef92c6 decomp unk_810C3A4 as part of vs_seeker 2019-05-09 09:26:21 -04:00
PikalaxALT
a37da53f20 Daycare 2019-05-05 14:56:59 -04:00
PikalaxALT
523c53506d Port blit from Emerald 2019-04-27 12:39:26 -04:00
scnorton
7738fcee63 through sub_815E9FC 2019-01-08 10:20:51 -05:00
scnorton
e1bd043bf3 through sub_8059250 2019-01-07 15:32:11 -05:00
PikalaxALT
1e699465bd through sub_815E5C4 2019-01-05 18:12:00 -05:00
PikalaxALT
4b459cd460 through sub_815E1F0 2019-01-05 17:08:30 -05:00
scnorton
3e4a7c8edd Rework UnkSubstruct_203F458_000C_004 structure 2019-01-03 16:13:18 -05:00
scnorton
e98d46f430 sub_815DA54 2019-01-02 10:19:27 -05:00
PikalaxALT
a7ab82a948 Guess a small struct in save block 2 2018-12-21 11:43:24 -05:00
PikalaxALT
2761c0f0a5 Drop devkitARM dependency entirely 2018-12-17 15:43:45 -05:00
PikalaxALT
59b87e9d2a sub_8146980 2018-12-03 10:09:28 -05:00
PikalaxALT
5151db6054 sub_8146288 2018-12-02 17:25:59 -05:00
PikalaxALT
cd42b22d6b sub_8145A98 2018-12-02 13:33:03 -05:00
PikalaxALT
884f1934e8 start decompiling mevent_8145654 2018-12-02 10:02:39 -05:00
PikalaxALT
294b150d70 Set up to decomp mevent_server 2018-11-30 08:47:58 -05:00
PikalaxALT
5e98e6b8df Fix this field's name to be consistent with offset 2018-11-29 21:02:08 -05:00
PikalaxALT
9200df7516 Finish decomp of mevent.s 2018-11-29 20:56:53 -05:00
PikalaxALT
939ae833c3 through sub_81445C0 2018-11-29 19:17:38 -05:00
PikalaxALT
51622adaec through sub_8144218 2018-11-29 18:15:22 -05:00
PikalaxALT
159f242e32 through sub_8144018 2018-11-29 15:33:58 -05:00
PikalaxALT
cec95ebfb4 through sub_8143DBC 2018-11-29 14:02:49 -05:00
PikalaxALT
7460069110 sub_8143910 2018-11-29 11:35:31 -05:00
PikalaxALT
c6778caf1e Identify most of SaveBlock1 2018-11-28 18:55:55 -05:00
PikalaxALT
c79a939d3d Identify easy chat arrays in save block 1 2018-11-28 18:18:10 -05:00
PikalaxALT
592a0f03e8 Name the game stats array 2018-11-28 18:10:28 -05:00
PikalaxALT
ff55777ac8 Define the PC items allocation in SaveBlock1 2018-11-28 14:15:29 -05:00
PikalaxALT
013fcf86fb Fix spacing in globah.h 2018-11-28 13:49:46 -05:00
PikalaxALT
d2bd51c49f Rename most assets and functions in fame_checker 2018-11-27 16:50:10 -05:00
PikalaxALT
a738e3dca5 More documentation and enums 2018-11-27 08:44:24 -05:00
PikalaxALT
b21c50675b PRESSED-->JOY_NEW, PUSHED-->JOY_HELD 2018-11-26 18:24:17 -05:00
PikalaxALT
9750849c69 Genericize PRESSED macro 2018-11-26 16:47:19 -05:00
PikalaxALT
83dc744b85 through sub_812D388 2018-11-25 18:32:21 -05:00
PikalaxALT
5b30b664be sub_812D1A8 2018-11-25 08:21:08 -05:00
PikalaxALT
c60b280118 through sub_812CD3C 2018-11-24 21:41:18 -05:00
PikalaxALT
93f67f9557 sub_812CAD8
New macro `PRESSED(x)` tests `gMain.newKeys & (x)`.  The macro itself
is inoptimal.  However, its use is required to match this function.
We suspect this macro may have been implemented globally, hence we
put it in `global.h`.  Propagating its use through the remainder of
this project, as well as [Ruby](/pret/pokeruby) and [Emerald](/pret/pokeemerald),
has been left as a to-do item.
2018-11-24 20:04:50 -05:00
PikalaxALT
76f0c361ed Try and guess what some of this stuff in crt0.s is 2018-11-21 20:11:12 -05:00
PikalaxALT
d6233c5b3b Fix C/C++ errors generated by CLion IDE 2018-11-09 12:33:20 -05:00
PikalaxALT
6317f0180e Start to refactor some of the data components 2018-11-09 08:28:39 -05:00
PikalaxALT
ed3cc83264 nonmatching sub_8113AE8 2018-11-05 22:19:53 -05:00
PikalaxALT
5819c8a97e sub_8113ABC 2018-11-05 17:45:21 -05:00
PikalaxALT
46e006b94c Merge branch 'master' into quest_log 2018-10-17 10:53:16 -07:00
PikalaxALT
7670f0527f through sub_8113414 2018-10-16 18:05:39 -07:00
ProjectRevoTPP
77d98a23c6 decompile load_save.c 2018-10-15 22:21:18 -04:00