Skip to content

Commit

Permalink
Implement message boxes for the DS port
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed May 26, 2024
1 parent c11704b commit 9d08644
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 35 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ifeq (${EXTNROM_SUPPORT},yes)
LIBS += -lfilesystem
endif
LIBS += -lfat -lnds9
OBJS += nds/main.o nds/img/bg.o nds/img/keys.o
OBJS += nds/main.o nds/img/bg.o nds/img/keys.o nds/img/font.o
ifneq ($(DEBUG),yes)
CFLAGS += -DNDEBUG
endif
Expand All @@ -213,7 +213,7 @@ endif
%.s %.h: %.bmp %.grit
grit $< -fts -o$*

nds/ControlPane.o: nds/KeyTable.h nds/img/bg.h nds/img/keys.h
nds/ControlPane.o: nds/KeyTable.h nds/img/bg.h nds/img/font.h nds/img/keys.h

ARM7_ARCH = -mthumb -mthumb-interwork -march=armv4t -mtune=arm7tdmi
ARM7_CFLAGS = $(ARM7_ARCH) -Os -ffunction-sections -fdata-sections -DARM7 -isystem $(DEVKITPRO)/libnds/include
Expand Down
Loading

0 comments on commit 9d08644

Please sign in to comment.