Commit Graph

40 Commits

Author SHA1 Message Date
octorock 560dfa45b1 Add more tilemap documentation 2024-01-06 18:12:53 +01:00
octorock a83c83ee8c Extract some data
Sort data according to the compilation using they belong to.
Extract background animations.
2022-09-03 23:33:35 +02:00
octorock 60e33b636d Rename managers 2022-05-18 13:07:06 +02:00
Tal Hayon 62135a7584 Put const data in manager4 2022-04-18 14:34:24 +03:00
Tal Hayon 60eb3e1d92 Decompile some scroll functions 2022-03-23 16:12:22 +02:00
octorock d6bbbf2db6 Improve LayerStruct 2022-03-05 19:09:49 +01:00
theo3 52db70bb9d naming work 2022-01-03 23:58:02 -08:00
theo3 cb95bdb96a framestate, ezlo hint 2021-12-20 23:11:22 -08:00
theo3 6cff332e57 header overhaul 2021-12-20 10:31:02 -08:00
theo3 d3fa739c94 tile entity functions 2021-12-18 21:15:00 -08:00
theo3 e6eeeefc50 merge entity.c 2021-11-06 21:42:53 -07:00
Ibot02 2709802f33 manager10.c: ok 2021-09-30 12:24:22 +02:00
octorock c603199e0a Unsplit managerF to avoid conflicts with the pr of Ibot02 2021-09-26 22:09:22 +02:00
octorock 612011c12b Split manager files 2021-08-28 22:46:19 +02:00
octorock 08a5d972ed Decompile managerD 2021-08-28 22:24:10 +02:00
octorock 0d8b5c786b Decompiler manager25 2021-08-28 21:14:34 +02:00
octorock 5981c5b71d Decompile manager24 2021-08-28 20:55:43 +02:00
octorock bfe4af300b Decompile manager17 2021-08-28 17:08:40 +02:00
octorock 87038a31bf Decompile manager36 2021-08-28 17:08:40 +02:00
octorock 8418fa7c9c Decompile manager1C 2021-08-28 17:08:40 +02:00
octorock 18168cd2a9 Decompile manager2C 2021-08-28 17:08:40 +02:00
octorock 568a033f42 Decompile manager2A 2021-08-28 17:08:40 +02:00
octorock 256bd1a8b9 Rename main manager functions 2021-08-28 12:05:23 +02:00
Henny022p d96cef7227 decomp manager11 2021-06-19 20:50:14 +02:00
Henny022p fbdf9aed7b fix variable declarations not being extern causing linker warnings 2021-03-31 19:20:54 +02:00
octorock ac16219ff4 Split managers and extract pointers 2021-03-24 23:27:31 +01:00
Henny022p 5e2af32bb1 named some stuff 2021-03-09 01:28:13 +01:00
theo3 31f324e3a7 clang-format pass and workflow 2021-02-19 15:11:40 -08:00
theo3 ce06f7dbb7 begin arm_proxy.c 2021-02-19 00:47:22 -08:00
theo3 f53140b2e9 extract manager table 2021-02-16 16:34:02 -08:00
Ibot02 468746bf6d manager26.c: moved struct for rom data to header 2021-01-22 00:38:22 +01:00
theo3 3079c016b4 clang-format and newlines 2020-11-13 23:27:50 -08:00
Ibot02 44a35def00 manager15.c: ok
one non-matching for regalloc
2020-08-25 04:20:02 +02:00
Ibot02 bcfae17450 Manager3.c: ok 2020-08-21 19:02:28 +02:00
Ibot02 f7b1a516dd Refactor
Manager Struct Split to not include structure of manager-specific data
Changed some function signatures to work with managers
2020-08-21 02:58:38 +02:00
Ibot02 8186e1ed0d managerE.c: ok 2020-08-17 18:34:03 +02:00
Ibot02 cfaba92b84 manager4.c: ok
except that one function I gave up on, maybe someone else has an idea on how to make that work.
2020-08-17 14:00:36 +02:00
Ibot02 a609afcf83 managerA.c ok 2020-08-09 12:13:02 +02:00
Ibot02 b3dc734ad8 partial managerA.c ok
first three functions decomped
2020-08-08 17:01:13 +02:00
Ibot02 6bf6cc2d6a Added manager.h
Moved the unknown struct from manager6.c to new header manager.h
2020-08-08 02:57:52 +02:00