diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 12:48:15 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 12:48:15 -0400 |
| commit | 2454296d32b078123ecfc6434e43d0cb20e12c94 (patch) | |
| tree | 7d4b064c87d0d9b96d5f035fa8dab3cd8950fdb3 /data/maps/objects/BluesHouse.asm | |
| parent | $c9 was "の" in Japanese (diff) | |
| download | pokeyellow-2454296d32b078123ecfc6434e43d0cb20e12c94.tar.gz pokeyellow-2454296d32b078123ecfc6434e43d0cb20e12c94.tar.xz pokeyellow-2454296d32b078123ecfc6434e43d0cb20e12c94.zip | |
Update sprite names
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
Diffstat (limited to 'data/maps/objects/BluesHouse.asm')
| -rwxr-xr-x | data/maps/objects/BluesHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/objects/BluesHouse.asm b/data/maps/objects/BluesHouse.asm index 8681787c..3dbdad84 100755 --- a/data/maps/objects/BluesHouse.asm +++ b/data/maps/objects/BluesHouse.asm @@ -10,7 +10,7 @@ BluesHouse_Object: db 3 ; objects object SPRITE_DAISY, 2, 3, STAY, RIGHT, 1 ; Daisy, sitting by map object SPRITE_DAISY, 6, 4, WALK, 1, 2, 0 ; Daisy, walking around - object SPRITE_BOOK_MAP_DEX, 3, 3, STAY, NONE, 3, 0 ; map on table + object SPRITE_POKEDEX, 3, 3, STAY, NONE, 3, 0 ; map on table ; warp-to warp_to 2, 7, BLUES_HOUSE_WIDTH |
