Browse Source

Merge branch 'master' into test

SBird1337 7 years ago
parent
commit
3b228509b4
2 changed files with 1 additions and 3 deletions
  1. 1
    1
      makefile
  2. 0
    2
      src/overworld/dynamic_overworld.c

+ 1
- 1
makefile View File

@@ -18,7 +18,7 @@ PAGB_LINK := $(PAGB_MAIN)/build/linker/BPRE.ld
18 18
 
19 19
 DEFINES   := -DBPRE -DSOFTWARE_VERSION=0
20 20
 ASFLAGS   := -mthumb
21
-CFLAGS    := -mthumb -mthumb-interwork -g -mcpu=arm7tdmi -fno-inline -mlong-calls -march=armv4t -Og -std=c11 -Wall -Wextra -Wunreachable-code -I$(PAGB_INCLUDE) -Isrc/include -fdiagnostics-color $(DEFINES)
21
+CFLAGS    := -mthumb -mthumb-interwork -g -mcpu=arm7tdmi -fno-inline -mlong-calls -march=armv4t -Og -std=c11 -Wall -Wextra -Wunreachable-code -Isrc/include -fdiagnostics-color $(DEFINES)
22 22
 GRITFLAGS := -ftc -fa
23 23
 LDFLAGS   := -z muldefs
24 24
 BLDPATH   := object

+ 0
- 2
src/overworld/dynamic_overworld.c View File

@@ -1,5 +1,3 @@
1
-#include <pokeagb/pokeagb.h>
2
-
3 1
 void npc_spawn()
4 2
 {
5 3
     //placeholder for now