Update sprite names

These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
This commit is contained in:
Rangi 2020-07-17 12:48:15 -04:00
parent 452803af27
commit 2454296d32
201 changed files with 862 additions and 861 deletions

View file

@ -98,7 +98,7 @@ LoadMapSpriteTilePatterns:
push af
ld a, [hl] ; [x#SPRITESTATEDATA2_IMAGEBASEOFFSET]
ld b, a ; b = current sprite picture ID
cp SPRITE_BALL ; is it a 4-tile sprite?
cp FIRST_STILL_SPRITE ; is it a 4-tile sprite?
jr c, .notFourTileSprite
pop af
ldh a, [hFourTileSpriteCount]