FLAGS=-D DEBUG
bin:
- $(AS) $(FLAGS) -o $(NAME).gb -l ${NAME}.lst -s $(NAME).mlb -S mlb -I ./src -I ./tiles src/main.s
+ $(AS) $(FLAGS) -o $(NAME).gb -l ${NAME}.lst -s $(NAME).mlb -S mlb -I ./src -I ./tiles -I ./maps src/main.s
test:
$(AS) $(FLAGS) -o $(TEST_NAME).gb -l ${TEST_NAME}.lst -s $(TEST_NAME).mlb -S mlb -I ./src -I ./tiles src/main.s
; base room
; this can be copied and modified
; by the map gen
-#include "./maps/base_room.s"
-#include "./maps/base_room2.s"
+#include "base_room.s"
+#include "base_room2.s"
; a table of all base room ptrs
; length must be divisible by 2