diff --git a/README.md b/README.md index 58b3e85..df0c52f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ kdceditor ========= -Kirby's Dream Course / Kirby Bowl level editor version 1.00 +Kirby's Dream Course / Kirby Bowl level editor version 1.10 Here it is, warts and all. After many more months of hard work and laziness than there ever should have been, it's done. For now, anyway. diff --git a/docs/index.htm b/docs/index.htm index 042867a..6ada316 100644 --- a/docs/index.htm +++ b/docs/index.htm @@ -10,7 +10,7 @@

Kirby's Dream Course Editor

-version 1.00 +version 1.10

@@ -194,7 +194,7 @@

What's new

Remarks

-As of writing this documentation for version 1.00, it's been a little over half nearly a year since I started researching Kirby's Dream Course, and it wasn't too much longer before I started working on this editor. I was itching for a cool ROM hacking project to undertake, and I had coincidentally been digging into this game to research the Japanese version's debug mode for an article on The Cutting Room Floor. +As of writing the documentation for version 1.00, it's been a little over half nearly a year since I started researching Kirby's Dream Course, and it wasn't too much longer before I started working on this editor. I was itching for a cool ROM hacking project to undertake, and I had coincidentally been digging into this game to research the Japanese version's debug mode for an article on The Cutting Room Floor.

At some point while messing around with Kirby Bowl, I stumbled upon the game's decompression routine, rewrote it in the form of a small tool called "exhal", and began exploring the game's data. Most of it quickly became clear, and I set out to write a document on the level format used by the game.

diff --git a/version.h b/version.h index a360d36..902321b 100644 --- a/version.h +++ b/version.h @@ -11,8 +11,8 @@ #define INFO_LEGAL "Copyright 2013 by Revenant\0" #define INFO_DESC "Kirby's Dream Course editor\0" -#define INFO_VERS "1.00\0" -#define INFO_VNUM 1, 0, 0, 0 +#define INFO_VERS "1.10\0" +#define INFO_VNUM 1, 10, 0, 0 #define INFO_NAME "KDCEditor\0" #define INFO_FILE "KDCEditor.exe\0"