diff --git a/libultraship/libultraship/Resource.h b/libultraship/libultraship/Resource.h index 4e4d73b29..6bdae983e 100644 --- a/libultraship/libultraship/Resource.h +++ b/libultraship/libultraship/Resource.h @@ -63,8 +63,7 @@ namespace Ship Deckard = 0, Roy = 1, Rachael = 2, - Leon = 3, - Zhora = 4, + Zhora = 3, // ... }; diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c index 94d142020..84a73076d 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "ROY ALFA (2.0.0)"; +const char gBuildVersion[] = "RACHAEL ALFA (3.0.0)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = "";