From ce9c7e3286f26d6fb171d032d53d0a2ab1d5ec2f Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 15 Apr 2017 14:13:23 -0700 Subject: Dump and label CatchBarTiles --- home.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index f3a8635..024ebf9 100755 --- a/home.asm +++ b/home.asm @@ -5268,8 +5268,10 @@ Data_2894: RGB 27, 10, 10 RGB 20, 04, 04 -Data_2898: - dr $2898, $28a0 +CatchBarTiles: +; The tile ids for the blue CATCH! bar under the wild pokemon + db $80, $AE, $AF, $B0, $B1, $B2, $B3, $80 +CatchBarTilesEnd: CopyHLToDE: ; 0x28a0 ; Places [hl] into [de] -- cgit v1.2.3