Commit Graph

201 Commits

Author SHA1 Message Date
PikalaxALT
144027e4fa Dump another fame checker tilemap 2018-11-28 10:50:41 -05:00
PikalaxALT
cb9f24a9a9 Fix errors introduced in precious commit 2018-11-28 10:15:08 -05:00
PikalaxALT
d7237d2cb7 Also name the text color assets 2018-11-28 08:47:47 -05:00
PikalaxALT
66c7fc0d70 All functions and assets in fame_checker are named 2018-11-28 08:42:21 -05:00
PikalaxALT
5f9edfe8e6 One more field renaming in fame_checker 2018-11-27 18:29:18 -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
7e684b32f1 More documentation of fame checker 2018-11-26 22:27:19 -05:00
PikalaxALT
b21c50675b PRESSED-->JOY_NEW, PUSHED-->JOY_HELD 2018-11-26 18:24:17 -05:00
PikalaxALT
de72615a54 This is a sprite tag right here 2018-11-26 18:22:57 -05:00
PikalaxALT
3c409e3cd2 Make ewram symbols static too 2018-11-26 18:20:29 -05:00
PikalaxALT
69106536eb Start documenting stuff; make objects static where possible 2018-11-26 18:12:17 -05:00
PikalaxALT
a2b7b3ebf2 Finish data decomp 2018-11-26 15:47:50 -05:00
PikalaxALT
e88def5ab1 Decompile remaining sprite templates 2018-11-26 15:39:30 -05:00
PikalaxALT
2e1ce30d8b First pass disassembly of fame_checker sprite templates 2018-11-26 15:22:21 -05:00
PikalaxALT
031baf97af Decomp sprite sheets and additional graphics 2018-11-26 14:39:26 -05:00
PikalaxALT
e85ce72837 Another text pointer table decomped 2018-11-26 12:57:24 -05:00
PikalaxALT
6fb78b0885 more text dism 2018-11-26 12:51:56 -05:00
PikalaxALT
ae8b4043c1 More data decomp 2018-11-26 12:34:22 -05:00
PikalaxALT
f75453388c Finish decomp of fame_checker(.text) 2018-11-26 10:54:41 -05:00
PikalaxALT
eb8dface17 through sub_812E064 2018-11-26 10:26:12 -05:00
PikalaxALT
840f8037e7 through sub_812DDAC; match sub_812DBC0 2018-11-26 09:28:23 -05:00
PikalaxALT
03af56b30e nonmatching sub_812DBC0 2018-11-26 08:48:14 -05:00
PikalaxALT
82c7bd49aa through sub_812DB64 2018-11-25 21:58:52 -05:00
PikalaxALT
5c013a0897 through sub_812DA14 2018-11-25 21:12:07 -05:00
PikalaxALT
1f9c58abed through sub_812D814 2018-11-25 20:14:34 -05:00
PikalaxALT
f05f41b89a through sub_812D5EC 2018-11-25 19:21:05 -05:00
PikalaxALT
5090c3fab2 sub_812D420 2018-11-25 18:46:32 -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
b09bbc65be through sub_812D174 2018-11-24 23:41:08 -05:00
PikalaxALT
8f9ec93326 through sub_812D094 2018-11-24 23:02:38 -05:00
PikalaxALT
3bbaaa4a73 sub_812CE04 2018-11-24 22:13:10 -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
8ef1594d20 through sub_812CA1C 2018-11-24 16:28:05 -05:00
PikalaxALT
2571ba516c through sub_812C694 2018-11-24 15:51:55 -05:00
PikalaxALT
5a262eec73 sub_812C3F8 2018-11-24 13:08:18 -05:00
PikalaxALT
351ee943db Fame Checker START 2018-11-24 12:22:36 -05:00
PikalaxALT
bc6416ddd9 A bit of cleanup 2018-11-24 11:25:24 -05:00
PikalaxALT
9b79707eee match sub_812C334 2018-11-24 11:20:51 -05:00
PikalaxALT
b3f1b2c254 quest_log_battle, 3 (nonmatching) 2018-11-23 22:17:31 -05:00
PikalaxALT
d5d220bc5c quest_log_battle, 2 2018-11-23 21:55:21 -05:00
PikalaxALT
91bfbfb9fb quest_log_battle, 1 2018-11-23 21:22:31 -05:00
PikalaxALT
d347a95390 quest_log_8150454 2018-11-23 15:17:38 -05:00
PikalaxALT
77d7434df2 Merge branch 'master' into quest_log 2018-11-21 09:00:41 -05:00
PikalaxALT
6bcabeab1e Complete decomp of quest_log 2018-11-21 08:52:01 -05:00
PikalaxALT
eb98d02443 through sub_8115518; finish quest_log rodata 2018-11-21 07:55:42 -05:00
PikalaxALT
374352c3cf Match sub_81152BC 2018-11-20 21:41:35 -05:00
PikalaxALT
fb3d416283 through wip sub_81152BC 2018-11-20 08:52:28 -05:00