Browse Source

remove pokeagb for now

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

+ 1
- 1
makefile View File

18
 
18
 
19
 DEFINES   := -DBPRE -DSOFTWARE_VERSION=0
19
 DEFINES   := -DBPRE -DSOFTWARE_VERSION=0
20
 ASFLAGS   := -mthumb
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
 GRITFLAGS := -ftc -fa
22
 GRITFLAGS := -ftc -fa
23
 LDFLAGS   := -z muldefs
23
 LDFLAGS   := -z muldefs
24
 BLDPATH   := object
24
 BLDPATH   := object

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

1
-#include <pokeagb/pokeagb.h>
2
 
1
 
3
 void npc_spawn()
2
 void npc_spawn()
4
 {
3
 {