Skip to content

Commit b726dfd

Browse files
a huge sonic fana huge sonic fan
authored andcommitted
Reverted all files to 3c19d33
1 parent 0603ded commit b726dfd

65 files changed

Lines changed: 6746 additions & 12528 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MERGE_NOTES.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RSF := $(TOPDIR)/$(RESOURCES)/template.rsf
5959
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mfpu=vfp
6060
COMMON := -Wall -O3 -mword-relocations -fomit-frame-pointer -ffunction-sections $(ARCH) $(INCLUDE) -D__3DS__ -DLODEPNG_NO_COMPILE_ALLOCATORS
6161
# TODO: Fix unused functions
62-
CFLAGS := $(COMMON) -std=gnu99 -Wno-unused-function -DLODEPNG_NO_COMPILE_ALLOCATORS -DENABLE_BC16 -DENABLE_BC17
62+
CFLAGS := $(COMMON) -std=gnu99 -Wno-unused-function -DLODEPNG_NO_COMPILE_ALLOCATORS
6363
CXXFLAGS := $(COMMON) -fno-rtti -fno-exceptions -std=gnu++11
6464
ASFLAGS := $(ARCH)
6565
LDFLAGS := $(ARCH) -Wl,-Map,$(notdir $*.map)

Makefile.wiiu

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ endif
1313
TOPDIR ?= $(CURDIR)
1414
include $(DEVKITPRO)/wut/share/wut_rules
1515

16-
# Default to 2-way parallel builds unless caller already set -j.
17-
ifeq ($(filter -j%,$(MAKEFLAGS)),)
18-
MAKEFLAGS += -j2
19-
endif
20-
2116
TARGET := undertale
2217
BUILD := build-wiiu
2318
SOURCES := src src/wiiu
@@ -46,8 +41,8 @@ WIIU_SHADER_PREBUILT := $(WIIU_SHADERS) $(WIIU_SHADER_HDR)
4641
HAVE_CAFEGLSL := $(if $(wildcard $(CAFEGLSL)),1,0)
4742

4843
COMMON := -Wall -O2 -ffunction-sections -fdata-sections $(MACHDEP) $(INCLUDE) -D__WIIU__
49-
CFLAGS := $(COMMON) -std=gnu99 -Wno-unused-function -DENABLE_BC16 -DENABLE_BC17
50-
CXXFLAGS := $(COMMON) -std=gnu++11 -fno-rtti -fno-exceptions -DENABLE_BC16 -DENABLE_BC17
44+
CFLAGS := $(COMMON) -std=gnu99 -Wno-unused-function
45+
CXXFLAGS := $(COMMON) -std=gnu++11 -fno-rtti -fno-exceptions
5146
ASFLAGS := $(MACHDEP)
5247
LDFLAGS := $(RPXSPECS) -Wl,-Map,$(notdir $*.map),--gc-sections
5348
LIBS := -lSDL2 -lwut -lm
@@ -141,4 +136,4 @@ DEPENDS := $(OFILES:.o=.d)
141136

142137
$(OUTPUT_FILE).elf: $(OFILES)
143138

144-
endif
139+
endif

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Cinnamon
2-
A fork of butterscotch with 3DS and Wii U support!
2+
A fork of Butterscotch with 3DS and Wii U support!
33

44
### TO-DO:
5-
- ...optimize.
6-
- Real hardware support added back
5+
- Optimize 3DS
6+
- Fix room advancing on 3DS
7+
- Convert Asriel background into an animation
8+
- Fix Muffet pet attack
9+
- Fix rotation
10+
- Add colored sprites (3DS)
11+
- Disable lava_object or turn it into an animation
12+
- UPDATE SRC!!
713

814
### File Explanations:
915
- runner.c handles events, rooms, instances, etc.

0 commit comments

Comments
 (0)