octorock
|
aced0bef69
|
Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
|
2024-01-06 15:01:44 +01:00 |
|
octorock
|
109b1020dc
|
Merge branch 'master' into tilemap-docs
|
2023-12-31 02:12:41 +01:00 |
|
octorock
|
917ca10ba5
|
Merge branch 'master' into enemies
|
2023-12-30 22:18:38 +01:00 |
|
octorock
|
a818f1b704
|
Use new entity struct for player
|
2023-12-30 22:09:30 +01:00 |
|
theo3
|
37723f5607
|
document RoomVars struct
|
2023-12-29 21:42:55 -08:00 |
|
octorock
|
768efa50b3
|
Merge branch 'master' into tilemap-docs
|
2023-12-28 14:59:23 +01:00 |
|
Henny022p
|
bc22015987
|
SaveFile cleanup part 1
|
2023-08-02 20:50:18 +02:00 |
|
octorock
|
b6a94d5062
|
Use metatile enum
|
2023-07-05 18:30:27 +02:00 |
|
Henny022p
|
70675cedc1
|
format
|
2023-07-05 00:57:06 +02:00 |
|
Henny022p
|
9b907d121d
|
various small documentation changes
made during SGDQ23 while working on multiworld randomizer
Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
|
2023-07-05 00:53:54 +02:00 |
|
octorock
|
f89bb66911
|
Create enums for Vvvs and MetaTiles
|
2023-06-24 00:19:33 +02:00 |
|
octorock
|
1d741c182d
|
Extract dungeon maps
|
2022-12-11 12:07:48 +01:00 |
|
Tal Hayon
|
bf9df14832
|
Use FX enum and add another sparkle to the enum
|
2022-11-21 19:17:21 +02:00 |
|
octorock
|
67467fd831
|
Extract some data
And split up subtasks and world events.
|
2022-10-08 22:32:54 +02: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 |
|
Tal Hayon
|
79bae9cd8a
|
Various documentations
|
2022-08-08 20:03:12 +03:00 |
|
Tal Hayon
|
3a151b343d
|
Document various fields
|
2022-07-29 20:58:24 +03:00 |
|
octorock
|
60e33b636d
|
Rename managers
|
2022-05-18 13:07:06 +02:00 |
|
Tal Hayon
|
4543cd8297
|
Merge remote-tracking branch 'upstream/master' into enumasm
|
2022-05-14 20:55:51 +03:00 |
|
Tal Hayon
|
968e200c78
|
Use enums across more scripts and files
|
2022-05-14 20:51:30 +03:00 |
|
Tal Hayon
|
6654cc3ffc
|
Use flag bank enum where possible
|
2022-05-11 20:10:25 +03:00 |
|
Tal Hayon
|
ffdec50c76
|
Match sub_08018BB4 and adjust types
|
2022-05-08 23:49:52 +03:00 |
|
Tal Hayon
|
c06564fd55
|
Decompile Subtask_FadeIn/Out
|
2022-04-10 20:27:22 +03:00 |
|
Tal Hayon
|
d3c5ce50f0
|
Add fade flags enum
|
2022-04-05 22:56:37 +03:00 |
|
theo3
|
a633efd88c
|
sort out most of functions.h
|
2022-03-30 00:52:53 -07:00 |
|
theo3
|
65b80571b2
|
naming
|
2022-03-28 21:01:02 -07:00 |
|
theo3
|
ca139bf558
|
merge
|
2022-03-27 00:19:10 -07:00 |
|
theo3
|
5208bfd1aa
|
player asm wip
|
2022-03-27 00:15:37 -07:00 |
|
Henny022p
|
417702e83e
|
done with room names
|
2022-03-23 21:02:19 +01:00 |
|
Henny022p
|
d7fe306a49
|
more room names
|
2022-03-23 19:14:17 +01:00 |
|
Henny022p
|
333709cefe
|
added WarpType enum
and some cleanup
|
2022-03-21 08:27:57 +01:00 |
|
Tal Hayon
|
857a85b128
|
Remove several gotos
|
2022-03-14 01:32:46 +02:00 |
|
octorock
|
d6bbbf2db6
|
Improve LayerStruct
|
2022-03-05 19:09:49 +01:00 |
|
octorock
|
4d66b468f8
|
Merge playerUtils
Merge all player utils files, split asm into functions
and decompile a bunch of functions.
|
2022-03-02 22:33:12 +01:00 |
|
octorock
|
75c57e3124
|
Decompile movement
|
2022-02-12 20:03:27 +01:00 |
|
notyourav
|
faaf9c768d
|
Merge pull request #369 from hatal175/boolcast
|
2022-02-11 16:44:33 -08:00 |
|
Tal Hayon
|
60b452d630
|
Remove struct from gArea.unk_0c
|
2022-02-11 14:59:14 +02:00 |
|
Tal Hayon
|
ad2b1bc0c3
|
Remove boolcast uses from code
|
2022-02-11 14:55:35 +02:00 |
|
Tal Hayon
|
44295c9e06
|
Decompile roomInit.c asm_funcs
|
2022-02-10 02:52:50 +02:00 |
|
Henny022p
|
bbc3a88415
|
CreateRandomDrop and droptables
|
2022-02-03 05:52:50 +01:00 |
|
Tal Hayon
|
326143afcc
|
Use PlayerSpawnType enum in a few places
|
2022-01-29 15:51:23 +02:00 |
|
theo3
|
a6f8dabcea
|
fixed point stuff
|
2022-01-21 21:28:44 -08:00 |
|
Tal Hayon
|
4f43dc0196
|
Use sound enum in all SoundReq calls
|
2022-01-09 10:22:33 +02:00 |
|
theo3
|
a1da1889e3
|
Fade documentation
|
2022-01-05 12:47:34 -08:00 |
|
theo3
|
48fa5b4618
|
sort out functions.h
|
2022-01-04 20:55:03 -08:00 |
|
theo3
|
7036ec73af
|
game.c doc
|
2022-01-04 18:39:32 -08:00 |
|
theo3
|
52db70bb9d
|
naming work
|
2022-01-03 23:58:02 -08:00 |
|
theo3
|
1ca41b54a9
|
color.c, utils->common.c
|
2022-01-01 18:26:25 -08:00 |
|
theo3
|
0e9a7a5e66
|
strip fake linker symbols
|
2021-12-29 02:59:02 -08:00 |
|
theo3
|
3fd900f1bc
|
rename files, sort asm into subdirectories
|
2021-12-28 13:53:53 -08:00 |
|