Factory-Game/src
Byron Lathi 9c247bd2e9 Re-did item system
- Changed main update to the new routine
- Changed how the item locations work. Instead of an array for position, array for location, and potentially another array for sub-position, it uses one array of bytes, where each byte has 2 bits for rotation, 2 bits for subposition, and 4 bits for type.
2019-06-06 16:35:53 -04:00
..
display.asm Re-did item system 2019-06-06 16:35:53 -04:00
display.inc Add Items 2019-06-05 17:33:57 -04:00
factory.cfg Initial commit 2019-06-04 21:57:14 -04:00
main.asm Re-did item system 2019-06-06 16:35:53 -04:00
monitor.inc Initial commit 2019-06-04 21:57:14 -04:00
tiles.asm Add player tile 2019-06-05 18:17:34 -04:00
tiles.inc Add player tile 2019-06-05 18:17:34 -04:00
world.asm Re-did item system 2019-06-06 16:35:53 -04:00
world.inc Re-did item system 2019-06-06 16:35:53 -04:00