map_objects.pal is easier to find in gfx/overworld/ than gfx/sprites/

This commit is contained in:
Remy Oukaour 2018-01-10 02:30:17 -05:00
parent 8334c3c998
commit ee4ec65fc1
3 changed files with 2 additions and 2 deletions

View File

@ -589,7 +589,7 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
dec b
jr nz, .loop
call .loadpokeballgfx ; ld a, [OtherTrainerClass] \ ld de, PokeBallTransition \ ret
call .loadpokeballgfx
hlcoord 2, 1
ld b, SCREEN_WIDTH - 4

View File

@ -1341,7 +1341,7 @@ TilesetBGPalette:
INCLUDE "gfx/tilesets/bg_tiles.pal"
MapObjectPals::
INCLUDE "gfx/sprites/map_objects.pal"
INCLUDE "gfx/overworld/map_objects.pal"
RoofPals:
INCLUDE "gfx/tilesets/roofs.pal"