summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shyguy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shyguy.cpp b/src/shyguy.cpp
index 69d0827..a81143f 100644
--- a/src/shyguy.cpp
+++ b/src/shyguy.cpp
@@ -209,6 +209,8 @@ int daShyGuy::onCreate() {
// Tile collider
OSReport("Making the Tile collider Class\n");
+ u8 struct_1[] = { 0, 0, 0, 1, 0xff, 0xff, 0x40, 0, 0, 0, 0xc0, 0, 0, 0, 0, 0 };
+ u8 struct_3[] = { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0x3f, 0x2a, 0x7e, 0xfa };
this->collMgr.Init(this, struct_1, 0, struct_3);
// // A bunch of things that I don't understand? Megazig used em. None seem to do anything