Collab_RPG/src
2023-08-18 15:41:19 +02:00
..
config.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +02:00
dialogs.c Fixed a little displaying error in the dialog code 2023-08-18 15:41:19 +02:00
dialogs.h Finished adding comments to the dialogs code. 2023-07-20 13:11:36 +02:00
game.c converted CG images into P8 so save some (few) Kb on ROM 2023-08-18 12:31:03 +02:00
game.h added items on all maps - one bug to be corrected with coodinates 2023-08-16 23:12:16 +02:00
main.c Fixed a little displaying error in the dialog code 2023-08-18 15:41:19 +02:00
map.c Added importation of ExtraData from ObjectLayer in Tiled TMX files 2023-08-16 17:34:45 +02:00
map.h preparing stuff for map change when reaching borders during gameplay 2023-08-14 18:40:36 +02:00
mapdata.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +02:00
memory.c Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
memory.h Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
player.c added items on all maps - one bug to be corrected with coodinates 2023-08-16 23:12:16 +02:00
player.h A loooooooot of refactoring to make the function calls easier and more consistant 2023-08-11 08:54:04 +02:00