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/Route2.asm | |
| parent | 452803af278648b92cc71af2f714b7689737b969 (diff) | |
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/Route2.asm')
| -rwxr-xr-x | data/maps/objects/Route2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/Route2.asm b/data/maps/objects/Route2.asm index b27ad199..8645f9c0 100755 --- a/data/maps/objects/Route2.asm +++ b/data/maps/objects/Route2.asm @@ -14,8 +14,8 @@ Route2_Object: sign 11, 11, 4 ; Route2Text4 db 2 ; objects - object SPRITE_BALL, 13, 54, STAY, NONE, 1, MOON_STONE - object SPRITE_BALL, 13, 45, STAY, NONE, 2, HP_UP + object SPRITE_POKE_BALL, 13, 54, STAY, NONE, 1, MOON_STONE + object SPRITE_POKE_BALL, 13, 45, STAY, NONE, 2, HP_UP ; warp-to warp_to 12, 9, ROUTE_2_WIDTH ; DIGLETTS_CAVE_ROUTE_2 |
