diff --git a/Makefile.arm9 b/Makefile.arm9 index 9b66a36..8048bd4 100644 --- a/Makefile.arm9 +++ b/Makefile.arm9 @@ -62,8 +62,8 @@ endif VERSION_STR := $(shell git describe --tags --match v[0-9]*) -DEFINES += -DVER_MAJOR=$(shell echo $(VERSION_STR) | sed -e 's/v//i' -e 's/\.[0-9]*//') -DEFINES += -DVER_MINOR=$(shell echo $(VERSION_STR) | sed 's/v[0-9]*\.//i') +DEFINES += -DVER_MAJOR=$(shell echo $(VERSION_STR) | sed -e 's/v//i' -e 's/\.[0-g-]*//i') +DEFINES += -DVER_MINOR=$(shell echo $(VERSION_STR) | sed -e 's/v[0-9]*\.//i' -e 's/-[0-g-]*//i') .PHONY: clean release diff --git a/source/arm9/firm.c b/source/arm9/firm.c index e7eaf15..31e41d3 100644 --- a/source/arm9/firm.c +++ b/source/arm9/firm.c @@ -144,7 +144,7 @@ REG_PXI_CNT9 = 0; // Disable PXI // go for it! - entry9(argc, argv, 0xBEEFu); + entry9(argc, argv, 0x1BEEFu); __builtin_unreachable(); }