2019-01-13 06:10:44 +00:00
|
|
|
|
|
|
|
Saw the amazing PICO-8 version of this:
|
|
|
|
https://liquidream.itch.io/another-world-survival
|
|
|
|
|
|
|
|
and thought the lo-res pallette might be just barely enough to do
|
|
|
|
it justice.
|
|
|
|
|
|
|
|
Of course you could just play on your IIgs, but what's the fun in that.
|
|
|
|
|
2019-02-25 17:28:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Up to tunnel1, using RLE:
|
|
|
|
35875 INTRO
|
|
|
|
|
|
|
|
using LZ4:
|
2019-02-28 02:10:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Memory map:
|
|
|
|
00 zero page
|
|
|
|
01 stack
|
|
|
|
02-03
|
|
|
|
04-07 GR page0
|
|
|
|
08-0b GR page1
|
|
|
|
0c-0f offscreen data
|
|
|
|
10-13 offscreen data2
|
|
|
|
14-17 *****************free???
|
|
|
|
18-1c loader
|
|
|
|
1d loader buffer
|
|
|
|
1e-1f *****************free???
|
|
|
|
20-bf program/data (40k)
|
|
|
|
c0-cf I/O
|
|
|
|
d0-ff ROM
|