Skip to content

Commit

Permalink
convert some constants to C headers
Browse files Browse the repository at this point in the history
  • Loading branch information
camthesaxman committed Dec 5, 2017
1 parent 54da963 commit caa13f8
Show file tree
Hide file tree
Showing 64 changed files with 4,874 additions and 2,612 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $(DATA_ASM_BUILDDIR)/%.o: data_dep :=
endif

$(DATA_ASM_BUILDDIR)/%.o: $(DATA_ASM_SUBDIR)/%.s $$(data_dep)
$(PREPROC) $< charmap.txt | $(AS) $(ASFLAGS) -o $@
$(PREPROC) $< charmap.txt | $(CPP) -I include | $(AS) $(ASFLAGS) -o $@

$(OBJ_DIR)/sym_bss.ld: sym_bss.txt
$(RAMSCRGEN) .bss $< ENGLISH > $@
Expand Down
Empty file modified asmdiff.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions constants/map_constants.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@ TODO: these need to match the names in include/constants/maps.h
.set cur_map_group, -1

new_map_group
Expand Down
81 changes: 0 additions & 81 deletions include/abilities.h

This file was deleted.

222 changes: 0 additions & 222 deletions include/battle_move_effects.h

This file was deleted.

Loading

0 comments on commit caa13f8

Please sign in to comment.