aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-03-26 21:05:06 -0500
committerGitHub <noreply@github.com>2022-03-26 22:05:06 -0400
commitfbaa5c9d4b48c000a52860a8392fc423c4e312f9 (patch)
tree80c5d8b0458ab6a2c2f1995ed0addd1f6cb5570f /main.asm
parentRefactor pkmncompress.c to use common.h (diff)
downloadpokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.tar.gz
pokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.tar.xz
pokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.zip
Build the Virtual Console patch with `make yellow_vc` (#80)
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 30ce5825..3f79c571 100644
--- a/main.asm
+++ b/main.asm
@@ -314,7 +314,7 @@ INCLUDE "data/battle_anims/frame_blocks.asm"
SECTION "BG Map Attributes (Debug)", ROMX
IF DEF(_DEBUG)
- INCLUDE "engine/gfx/bg_map_attributes.asm"
+ INCLUDE "engine/gfx/bg_map_attributes.asm"
ENDC
@@ -322,7 +322,7 @@ SECTION "BG Map Attributes", ROMX
INCLUDE "data/cgb/bg_map_attributes.asm"
IF !DEF(_DEBUG)
- INCLUDE "engine/gfx/bg_map_attributes.asm"
+ INCLUDE "engine/gfx/bg_map_attributes.asm"
ENDC
@@ -330,7 +330,7 @@ SECTION "bank30", ROMX
; This whole bank is garbage data.
IF !DEF(_DEBUG)
- INCBIN "garbage/bank30.bin"
+ INCBIN "garbage/bank30.bin"
ENDC