summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-22 18:09:59 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-22 18:21:37 -0400
commite9b07c81b0eb5d6c8456b7848e921d5ec4a4d297 (patch)
treee2f9c9322127e5cbd1b43fc50e4d1bcb5bea7818 /main.asm
parent871da041159c18dc3ca502461fef384e3965948f (diff)
Updates to add pngs.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 47f71916..2bad31c3 100644
--- a/main.asm
+++ b/main.asm
@@ -1044,7 +1044,7 @@ SECTION "bank70", ROMX
INCLUDE "engine/printer/print_party.asm"
-TilesetKantoGFX::
+TilesetKantoGFX:
INCBIN "gfx/tilesets/kanto.2bpp.lz"
INCLUDE "engine/rtc/print_hours_mins.asm"
@@ -1052,7 +1052,7 @@ INCLUDE "engine/pokedex/pokedex_3.asm"
INCLUDE "engine/events/catch_tutorial_input.asm"
INCLUDE "engine/pokegear/townmap_convertlinebreakcharacters.asm"
-PokegearGFX::
+PokegearGFX:
INCBIN "gfx/pokegear/pokegear.2bpp.lz"
INCLUDE "data/credits_strings.asm"