summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-24 04:57:28 -0500
committeryenatch <yenatch@gmail.com>2014-02-24 04:57:28 -0500
commit71cc8806364bdbef56e700507b5ac44f8d9e3d51 (patch)
treeb9765cff934171196c8266f6589d512becb07459
parent602b91944f91f45230296a1e6e3492a1c7dc4703 (diff)
Restore byte padding to trainer backpics.
-rw-r--r--gfx/misc/dude.lzbin311 -> 320 bytes
-rw-r--r--gfx/misc/player.lzbin391 -> 400 bytes
-rw-r--r--main.asm6
3 files changed, 2 insertions, 4 deletions
diff --git a/gfx/misc/dude.lz b/gfx/misc/dude.lz
index 0c9523d2b..b8e96a09f 100644
--- a/gfx/misc/dude.lz
+++ b/gfx/misc/dude.lz
Binary files differ
diff --git a/gfx/misc/player.lz b/gfx/misc/player.lz
index 4727323a6..aec84bbab 100644
--- a/gfx/misc/player.lz
+++ b/gfx/misc/player.lz
Binary files differ
diff --git a/main.asm b/main.asm
index 9d3655205..75c4d5847 100644
--- a/main.asm
+++ b/main.asm
@@ -37645,13 +37645,11 @@ Function2ba01: ; 2ba01
ChrisBackpic: ; 2ba1a
INCBIN "gfx/misc/player.lz"
-; 2bba1
-
- ds 9
+; 2bbaa
DudeBackpic: ; 2bbaa
INCBIN "gfx/misc/dude.lz"
-; 2bce1
+; 2bcea
SECTION "bankB", ROMX, BANK[$B]