diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 23:05:25 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 23:05:25 -0400 |
| commit | 9b144cf647fe0ca11941abff53db5e2ec2a20127 (patch) | |
| tree | a6e51e897838aa4ca509559e1da4abcc91fdb0e9 /home.asm | |
| parent | Factor out Mew's pics and base data (diff) | |
| download | pokeyellow-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.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
