aboutsummaryrefslogtreecommitdiff
path: root/wave.c
diff options
context:
space:
mode:
Diffstat (limited to 'wave.c')
-rw-r--r--wave.c63
1 files changed, 62 insertions, 1 deletions
diff --git a/wave.c b/wave.c
index 1e12ebe..97f0713 100644
--- a/wave.c
+++ b/wave.c
@@ -4,6 +4,7 @@
#include "world.h"
static const Wave waves[] = {
+ /* 1 */
{
{
{
@@ -18,6 +19,7 @@ static const Wave waves[] = {
1,
2
},
+ /* 2 */
{
{
{
@@ -42,6 +44,32 @@ static const Wave waves[] = {
2,
6
},
+ /* 3 */
+ {
+ {
+ {
+ 30,
+ 3,
+ {
+ { 30, 6 },
+ { 29, 11 },
+ { 11, 10 }
+ }
+ },
+ {
+ 100,
+ 3,
+ {
+ { 7, 5 },
+ { 20, 16 },
+ { 27, 24 },
+ }
+ },
+ },
+ 2,
+ 6
+ },
+ /* 4 */
{
{
{
@@ -79,7 +107,40 @@ static const Wave waves[] = {
},
4,
8
- }
+ },
+ /* 5 */
+ {
+ {
+ {
+ 30,
+ 3,
+ {
+ { 20, 9 },
+ { 21, 15 },
+ { 23, 25 }
+ }
+ },
+ {
+ 60,
+ 3,
+ {
+ { 21, 13 },
+ { 1, 10 },
+ { 24, 23 },
+ }
+ },
+ {
+ 60,
+ 2,
+ {
+ { 9, 29 },
+ { 30, 11 },
+ }
+ },
+ },
+ 3,
+ 8
+ },
};
void init_waver(Waver* waver) {