diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-22 18:09:59 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-22 18:21:37 -0400 |
commit | e9b07c81b0eb5d6c8456b7848e921d5ec4a4d297 (patch) | |
tree | e2f9c9322127e5cbd1b43fc50e4d1bcb5bea7818 /main.asm | |
parent | 871da041159c18dc3ca502461fef384e3965948f (diff) |
Updates to add pngs.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |