Commit Graph

246 Commits

Author SHA1 Message Date
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 c9c25baf72 Fix png palettes 2018-11-26 12:12:04 -05:00
PikalaxALT 4590f0f378 Start decompiling some more data 2018-11-26 12:11:11 -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
Marcus Huderle fecda40501 Merge pull request #29 from PikalaxALT/patch-1
Add note about baserom to INSTALL.md
2018-11-24 10:46:10 -06:00
Marcus Huderle 80116a80fd Merge pull request #22 from PikalaxALT/quest_log
Quest log
2018-11-24 10:45:15 -06:00
PikalaxALT a136c5203c Add note about baserom to INSTALL.md 2018-11-24 11:33:29 -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 76f0c361ed Try and guess what some of this stuff in crt0.s is 2018-11-21 20:11:12 -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
Marcus Huderle 2ed26ab8fc Merge pull request #28 from SatoMew/master
Fix dependency scanning
2018-11-20 09:23:29 -06:00
Marcus Huderle e7e87e7a32 Merge pull request #27 from melthelesbian/metatile_behavior
metatile behaviors
2018-11-20 09:22:54 -06:00
PikalaxALT fb3d416283 through wip sub_81152BC 2018-11-20 08:52:28 -05:00
PikalaxALT 8e5da87144 through sub_81151DC 2018-11-19 21:45:40 -05:00
PikalaxALT ccc2456017 through sub_81150CC 2018-11-19 21:32:13 -05:00
PikalaxALT c7439253be sub_8114DE8 2018-11-19 18:36:05 -05:00
PikalaxALT a38bbb8604 through sub_8114D68 2018-11-19 18:28:02 -05:00