summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-10-25 20:48:44 -0400
committeryenatch <yenatch@gmail.com>2015-10-25 20:48:44 -0400
commit0d17d4a75866d053f5e0b48c66deb2508071d98b (patch)
tree75bb638d39ab6b4d0bcd3167c22d275eb52ffdbd /gfx
parent6fcba7a28a0d3d7826603b54b187dc5fca853669 (diff)
parent79ceca591b022673cb7fb2cc59e5175716743eb5 (diff)
Merge pull request #322 from PikalaxALT/master
Split out and comment phone and animation code.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/credits/border.pngbin139 -> 153 bytes
-rw-r--r--gfx/credits/pichu.pngbin348 -> 388 bytes
-rw-r--r--gfx/credits/theend.pngbin180 -> 195 bytes
-rw-r--r--gfx/misc/pack.pngbin282 -> 373 bytes
-rw-r--r--gfx/overworld/trainer_battle_pokeball_tiles.2bpp (renamed from gfx/unknown/08c2f4.2bpp)0
-rw-r--r--gfx/pics/animation.asm2
6 files changed, 1 insertions, 1 deletions
diff --git a/gfx/credits/border.png b/gfx/credits/border.png
index d93bddc8a..c396d533d 100644
--- a/gfx/credits/border.png
+++ b/gfx/credits/border.png
Binary files differ
diff --git a/gfx/credits/pichu.png b/gfx/credits/pichu.png
index f98642ec8..529973d29 100644
--- a/gfx/credits/pichu.png
+++ b/gfx/credits/pichu.png
Binary files differ
diff --git a/gfx/credits/theend.png b/gfx/credits/theend.png
index 165f8ba8e..1f10e16df 100644
--- a/gfx/credits/theend.png
+++ b/gfx/credits/theend.png
Binary files differ
diff --git a/gfx/misc/pack.png b/gfx/misc/pack.png
index b85fc0990..738a9dd94 100644
--- a/gfx/misc/pack.png
+++ b/gfx/misc/pack.png
Binary files differ
diff --git a/gfx/unknown/08c2f4.2bpp b/gfx/overworld/trainer_battle_pokeball_tiles.2bpp
index 09e51fd67..09e51fd67 100644
--- a/gfx/unknown/08c2f4.2bpp
+++ b/gfx/overworld/trainer_battle_pokeball_tiles.2bpp
diff --git a/gfx/pics/animation.asm b/gfx/pics/animation.asm
index d736ef37e..165cf642d 100644
--- a/gfx/pics/animation.asm
+++ b/gfx/pics/animation.asm
@@ -3,7 +3,7 @@
Functiond0000: ; d0000
hlcoord 12, 0
- ld a, [IsInBattle]
+ ld a, [wBattleMode]
cp $1
jr z, .asm_d0012
ld e, $0