Fix CC2 encoding of S/E thin walls

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-03 09:46:06 -06:00
parent a36ca20b26
commit bee6ba4c80

View File

@ -89,8 +89,8 @@ const TILE_ENCODING = {
0x18: ['walker', '#direction', '#next'],
0x19: ['glider', '#direction', '#next'],
0x1a: ['ice_block', '#direction', '#next'],
0x1b: ['thinwall_e', '#next'],
0x1c: ['thinwall_s', '#next'],
0x1b: ['thinwall_s', '#next'],
0x1c: ['thinwall_e', '#next'],
0x1d: ['thinwall_se', '#next'],
0x1e: 'gravel',
0x1f: 'button_green',