diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2024-01-03 10:59:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 10:59:04 -0500 |
| commit | fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b (patch) | |
| tree | aeec4e2e98eb8a8ad122ebb59346b1028bf92b69 /Makefile | |
| parent | Use BANK("Trainer Sight") to apply to all four possible functions in the "Tra... (diff) | |
| download | pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.tar.gz pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.tar.xz pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.zip | |
Update to RGBDS 0.7.0 (#447)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ tools: $(MAKE) -C tools/ -RGBASMFLAGS = -hL -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 +RGBASMFLAGS = -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 # Create a sym/map for debug purposes if `make` run with `DEBUG=1` ifeq ($(DEBUG),1) RGBASMFLAGS += -E |
