diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-04-02 09:51:13 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-04-02 09:51:13 -0500 |
commit | 7c1a08b3462909bf3353c0e491c4c185fd02d48a (patch) | |
tree | afdbd4d14e5633b42315c2b965d07f17b7b6d9e5 /misc | |
parent | 3e81c5eda76d8439158d058636a08be58eb2f6de (diff) | |
parent | 5153360215b01362bf699ecba38f9554bee8e6e7 (diff) |
Merge pull request #242 from yenatch/master
Redone graphics handling and renamed pics.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gbc_only.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/gbc_only.asm b/misc/gbc_only.asm index dfe9e2fb6..d642d6c24 100644 --- a/misc/gbc_only.asm +++ b/misc/gbc_only.asm @@ -137,14 +137,14 @@ DrawGBCOnlyGraphic: ; 4eb27 GBCOnlyString: ; 4eb38 - db "This Game Pak is", $4e - db "designed only for", $4e - db "use on the", $4e - db "Game Boy Color.@" + db "This Game Pak is" + next "designed only for" + next "use on the" + next "Game Boy Color.@" ; 4eb76 GBCOnlyGFX: ; 4eb76 -INCBIN "gfx/misc/gbc_only.lz" +INCBIN "gfx/misc/gbc_only.w112.2bpp.lz" ; 4f0bc |