You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename overworld sprite files, consistent with their constants
This commit is contained in:
@@ -141,7 +141,7 @@ ConvertTrainerBattlePokeballTilesTo2bpp: ; 8c2cf
|
||||
; 8c2f4
|
||||
|
||||
TrainerBattlePokeballTiles: ; 8c2f4
|
||||
INCBIN "gfx/ow_fx/trainer_battle_pokeball_tiles.2bpp"
|
||||
INCBIN "gfx/overworld/trainer_battle_pokeball_tiles.2bpp"
|
||||
|
||||
|
||||
FlashyTransitionToBattle: ; 8c314
|
||||
|
||||
@@ -1877,7 +1877,7 @@ Palettes_a8ca:
|
||||
|
||||
INCLUDE "gfx/pics/palette_pointers.asm"
|
||||
|
||||
INCLUDE "gfx/trainers/palette_pointers.asm"
|
||||
INCLUDE "gfx/trainer_palettes.asm"
|
||||
|
||||
LoadMapPals:
|
||||
callba LoadSpecialMapPalette
|
||||
|
||||
@@ -850,9 +850,9 @@ LoadFishingGFX: ; b84b3
|
||||
; b84f2
|
||||
|
||||
FishingGFX: ; b84f2
|
||||
INCBIN "gfx/ow_fx/chris_fish.2bpp"
|
||||
INCBIN "gfx/overworld/chris_fish.2bpp"
|
||||
; b8582
|
||||
|
||||
KrisFishingGFX: ; b8582
|
||||
INCBIN "gfx/ow_fx/kris_fish.2bpp"
|
||||
INCBIN "gfx/overworld/kris_fish.2bpp"
|
||||
; b8612
|
||||
|
||||
@@ -137,7 +137,7 @@ HealMachineAnim: ; 12324
|
||||
; 123fc
|
||||
|
||||
.HealMachineGFX: ; 123fc
|
||||
INCBIN "gfx/ow_fx/heal_machine.2bpp"
|
||||
INCBIN "gfx/overworld/heal_machine.2bpp"
|
||||
; 1241c
|
||||
|
||||
.HOF_OAM: ; 1241c
|
||||
|
||||
@@ -1477,5 +1477,5 @@ Group20Sprites: ; 1472b
|
||||
|
||||
|
||||
SpriteHeaders: ; 14736
|
||||
INCLUDE "gfx/overworld/sprite_headers.asm"
|
||||
INCLUDE "gfx/sprite_headers.asm"
|
||||
; 1499a
|
||||
|
||||
Reference in New Issue
Block a user