aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 23:05:25 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 23:05:25 -0400
commit9b144cf647fe0ca11941abff53db5e2ec2a20127 (patch)
treea6e51e897838aa4ca509559e1da4abcc91fdb0e9 /home.asm
parentFactor out Mew's pics and base data (diff)
downloadpokeyellow-9b144cf647fe0ca11941abff53db5e2ec2a20127.tar.gz
pokeyellow-9b144cf647fe0ca11941abff53db5e2ec2a20127.tar.xz
pokeyellow-9b144cf647fe0ca11941abff53db5e2ec2a20127.zip
home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asm
One does the actual decompression, the other synthesizes the decompressed data.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 7f743312..8507bf0d 100644
--- a/home.asm
+++ b/home.asm
@@ -74,7 +74,7 @@ LoadDestinationWarpPosition::
INCLUDE "home/pokemon.asm"
INCLUDE "home/print_bcd.asm"
-INCLUDE "home/uncompress.asm"
+INCLUDE "home/pics.asm"
INCLUDE "data/tilesets/collision_tile_ids.asm"
INCLUDE "home/copy2.asm"
INCLUDE "home/text.asm"
@@ -103,7 +103,7 @@ UpdateSprites::
INCLUDE "data/items/marts.asm"
INCLUDE "home/overworld_text.asm"
-INCLUDE "home/pic.asm"
+INCLUDE "home/uncompress.asm"
ResetPlayerSpriteData::
ld hl, wSpriteStateData1