Skip to content

Commit

Permalink
Added TestData and author to script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT committed Oct 29, 2023
1 parent 59220a7 commit 01e242b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions patterns/Crashlvl.hexpat
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#pragma description Crash Bandicoot - Back in Time (fan game) User created flashback tapes level format
#pragma author AdventureT
#pragma description Crash Bandicoot - Back in Time (fan game) User created level format
// Supports all versions till 0.94c, newer versions might be compatible!

#include <type/magic.pat>
#include <std/string.pat>
#include <std/array.pat>

// Crash Bandicoot - Back in Time (fan game) user created levels
// Supports all versions till 0.94c, newer versions might be compatible!
// author AdventureT

struct Header {
type::Magic<"CRASHLVL"> magic;
Expand Down Expand Up @@ -154,7 +153,7 @@ enum SceneryV4 : u32 {
Waterfall,
Snow,
Fortress,
None3,
None2,
Lava,
TheGreatGate,
Mountain,
Expand Down

0 comments on commit 01e242b

Please sign in to comment.