Skip to content

Commit

Permalink
XStep decorated (major lag spikes for unknown reasons)
Browse files Browse the repository at this point in the history
  • Loading branch information
FicusHouseplant committed Jun 6, 2024
1 parent ec350c6 commit 7041dcc
Show file tree
Hide file tree
Showing 12 changed files with 841 additions and 725 deletions.
114 changes: 57 additions & 57 deletions LEVELS/LEVEL DATA/test.tmx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions LEVELS/LEVEL DATA/test3.tmx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions LEVELS/LEVEL DATA/test3_SP.csv

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions LEVELS/LEVEL DATA/test_.csv

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions LEVELS/LEVEL DATA/test_SP.csv

Large diffs are not rendered by default.

114 changes: 57 additions & 57 deletions LEVELS/LEVEL DATA/xstep.tmx

Large diffs are not rendered by default.

75 changes: 0 additions & 75 deletions LEVELS/LEVEL DATA/xstepBACKUP.tmx

This file was deleted.

54 changes: 27 additions & 27 deletions LEVELS/LEVEL DATA/xstep_.csv

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions LEVELS/LEVEL DATA/xstep_SP.csv

Large diffs are not rendered by default.

755 changes: 393 additions & 362 deletions LEVELS/all_level_data.s

Large diffs are not rendered by default.

274 changes: 217 additions & 57 deletions LEVELS/all_sprite_data.s

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions METATILES/metatiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Metatile "CHECKERBOARD_19", $40, $45, $50, $55, PAL_0, COL_ALL
Metatile "ORB_OUTLINE", $AC, $AD, $BC, $BD, PAL_0, COL_NONE
Metatile "PAD_UP_OUTLINE", $00, $00, $AE, $AF, PAL_0, COL_NONE
Metatile "PAD_DOWN_OUTLINE",$BE, $BF, $00, $00, PAL_0, COL_NONE
Metatile "UNUSED", $05, $15, $F0, $FF, PAL_0, COL_ALL
Metatile "UNUSED", $FF, $FF, $FF, $FF, PAL_0, COL_ALL
Metatile "DOUBLE_WAVY_PLATFORM_LEFT", $02, $03, $12, $13, PAL_0, COL_ALL
Metatile "DOUBLE_WAVY_PLATFORM_MIDDLE", $03, $03, $13, $13, PAL_0, COL_ALL
Metatile "DOUBLE_WAVY_PLATFORM_RIGHT", $03, $04, $13, $14, PAL_0, COL_ALL
Expand Down Expand Up @@ -145,8 +145,8 @@ Metatile "CLOUD_LEFT", $6A, $6B, $7A, $7B, PAL_2, COL_DEATH_BOTTOM
Metatile "CLOUD_LEFT_TOP", $4E, $4F, $5E, $5F, PAL_2, COL_DEATH_TOP
Metatile "CLOUD_RIGHT", $4A, $4B, $5A, $5B, PAL_2, COL_DEATH_BOTTOM
Metatile "CLOUD_RIGHT_TOP", $4C, $4D, $5C, $5D, PAL_2, COL_DEATH_TOP
Metatile "BLANK1", $FF, $FF, $FF, $FF, PAL_0, COL_NONE
Metatile "BLANK2", $FF, $FF, $FF, $FF, PAL_0, COL_NONE
Metatile "GROUND_EDGE_TOP", $0A, $0B, $1A, $1B, PAL_1, COL_FLOOR_CEIL
Metatile "GROUND_TOP", $0B, $0B, $1B, $1B, PAL_1, COL_FLOOR_CEIL
Metatile "BLANK3", $FF, $FF, $FF, $FF, PAL_0, COL_NONE
Metatile "BLANK4", $FF, $FF, $FF, $FF, PAL_0, COL_NONE
Metatile "BLANK5", $FF, $FF, $FF, $FF, PAL_0, COL_NONE
Expand Down

0 comments on commit 7041dcc

Please sign in to comment.