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
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
PikalaxALT
251d031ec9
through sub_8114CE4
2018-11-19 18:14:31 -05:00
PikalaxALT
948cc68849
through sub_8114A4C
2018-11-19 17:54:14 -05:00
melody
255ae044a3
make unknown method args more generic
2018-11-14 00:11:05 -05:00
melody
5989a8a461
Brings in surfable tile data structure
2018-11-14 00:10:54 -05:00
melody
648885b00a
more spaces on the soft tabs
2018-11-14 00:10:40 -05:00
Melody
a5489aeef4
Decompiles metatile behaviors
...
Combines commits:
* WIP: start on metatile behavior functions
* WIP: more functions
* WIP: more functions
* WIP: another solid chunk + cleanup
* WIP: more things are stuff
* WIP: even more stuff done
* WIP: 🆗
* WIP: Cleaning Up
* WIP: More Cleanup
* WIP: Additional Cleanup
* WIP: clean up defines
2018-11-13 06:46:58 -05:00
PikalaxALT
a6b5d09ddf
More changes for modern gcc compat
2018-11-10 18:28:24 -05:00
PikalaxALT
d6233c5b3b
Fix C/C++ errors generated by CLion IDE
2018-11-09 12:33:20 -05:00