Move data/palettes/ .pal files into gfx/
@ -1,15 +0,0 @@
|
|||||||
db $ab, $03, $57, $24, $ac, $0e, $13, $32
|
|
||||||
|
|
||||||
db $be, $30, $5b, $4c, $47, $60, $ed, $f2
|
|
||||||
|
|
||||||
db $ab, $03, $55, $26, $aa, $0a, $13, $3a
|
|
||||||
|
|
||||||
db $be, $28, $33, $24, $6e, $71, $df, $b0
|
|
||||||
|
|
||||||
db $a8, $00, $e5, $e0, $9a, $fc, $f4, $2c
|
|
||||||
|
|
||||||
db $fe, $4c, $a3, $5e, $c6, $3a, $ab, $4d
|
|
||||||
|
|
||||||
db $a8, $00, $b5, $b0, $de, $e8, $fc, $1c
|
|
||||||
|
|
||||||
db $ba, $66, $f7, $0e, $ba, $5e, $43, $bd
|
|
@ -1662,7 +1662,7 @@ CardFlip_InitAttrPals: ; e0c37 (38:4c37)
|
|||||||
; e0c93 (38:4c93)
|
; e0c93 (38:4c93)
|
||||||
|
|
||||||
.palettes ; e0c93
|
.palettes ; e0c93
|
||||||
INCLUDE "data/palettes/card_flip.pal"
|
INCLUDE "gfx/card_flip/card_flip.pal"
|
||||||
; e0cdb
|
; e0cdb
|
||||||
|
|
||||||
CardFlipLZ03: ; e0cdb
|
CardFlipLZ03: ; e0cdb
|
||||||
|
@ -891,11 +891,11 @@ _CGB_PackPals: ; 93d3
|
|||||||
; 9439
|
; 9439
|
||||||
|
|
||||||
.ChrisPackPals: ; 9439
|
.ChrisPackPals: ; 9439
|
||||||
INCLUDE "data/palettes/pack.pal"
|
INCLUDE "gfx/pack/pack.pal"
|
||||||
; 9469
|
; 9469
|
||||||
|
|
||||||
.KrisPackPals: ; 9469
|
.KrisPackPals: ; 9469
|
||||||
INCLUDE "data/palettes/pack_f.pal"
|
INCLUDE "gfx/pack/pack_f.pal"
|
||||||
; 9499
|
; 9499
|
||||||
|
|
||||||
_CGB_Pokepic: ; 9499
|
_CGB_Pokepic: ; 9499
|
||||||
|
@ -451,7 +451,7 @@ LoadMailPalettes:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.MailPals:
|
.MailPals:
|
||||||
INCLUDE "data/palettes/mail.pal"
|
INCLUDE "gfx/mail/mail.pal"
|
||||||
|
|
||||||
INCLUDE "engine/cgb_layouts.asm"
|
INCLUDE "engine/cgb_layouts.asm"
|
||||||
|
|
||||||
@ -766,7 +766,7 @@ Function9779: mobile
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
BattleObjectPals:
|
BattleObjectPals:
|
||||||
INCLUDE "data/palettes/battle_objects.pal"
|
INCLUDE "gfx/battle_anims/battle_anims.pal"
|
||||||
|
|
||||||
Function97cc:
|
Function97cc:
|
||||||
; XXX
|
; XXX
|
||||||
@ -1197,27 +1197,27 @@ SGBDelayCycles:
|
|||||||
jr nz, .wait
|
jr nz, .wait
|
||||||
ret
|
ret
|
||||||
|
|
||||||
INCLUDE "data/palettes/blk_packets.asm"
|
INCLUDE "gfx/sgb/blk_packets.asm"
|
||||||
|
|
||||||
INCLUDE "data/palettes/pal_packets.asm"
|
INCLUDE "gfx/sgb/pal_packets.asm"
|
||||||
|
|
||||||
PredefPals:
|
PredefPals:
|
||||||
INCLUDE "data/palettes/predef.pal"
|
INCLUDE "gfx/sgb/predef.pal"
|
||||||
|
|
||||||
SGBBorderMap:
|
SGBBorderMap:
|
||||||
INCBIN "gfx/sgb/sgb_border.tilemap"
|
INCBIN "gfx/sgb/sgb_border.tilemap"
|
||||||
|
|
||||||
SGBBorderPalettes:
|
SGBBorderPalettes:
|
||||||
INCLUDE "data/palettes/sgb_border.pal"
|
INCLUDE "gfx/sgb/sgb_border.pal"
|
||||||
|
|
||||||
SGBBorder:
|
SGBBorder:
|
||||||
INCBIN "gfx/sgb/sgb_border.2bpp"
|
INCBIN "gfx/sgb/sgb_border.2bpp"
|
||||||
|
|
||||||
HPBarPals:
|
HPBarPals:
|
||||||
INCLUDE "data/palettes/hp_bar.pal"
|
INCLUDE "gfx/battle/hp_bar.pal"
|
||||||
|
|
||||||
ExpBarPalette:
|
ExpBarPalette:
|
||||||
INCLUDE "data/palettes/exp_bar.pal"
|
INCLUDE "gfx/battle/exp_bar.pal"
|
||||||
|
|
||||||
INCLUDE "data/pokemon/palettes.asm"
|
INCLUDE "data/pokemon/palettes.asm"
|
||||||
|
|
||||||
@ -1338,34 +1338,34 @@ Palette_b311: ; b311 not mobile
|
|||||||
RGB 00, 00, 00
|
RGB 00, 00, 00
|
||||||
|
|
||||||
TilesetBGPalette:
|
TilesetBGPalette:
|
||||||
INCLUDE "data/palettes/overworld/tileset_bg.pal"
|
INCLUDE "gfx/tilesets/bg_tiles.pal"
|
||||||
|
|
||||||
MapObjectPals::
|
MapObjectPals::
|
||||||
INCLUDE "data/palettes/overworld/map_objects.pal"
|
INCLUDE "gfx/sprites/map_objects.pal"
|
||||||
|
|
||||||
RoofPals:
|
RoofPals:
|
||||||
INCLUDE "data/palettes/overworld/roofs.pal"
|
INCLUDE "gfx/tilesets/roofs.pal"
|
||||||
|
|
||||||
DiplomaPalettes:
|
DiplomaPalettes:
|
||||||
INCLUDE "data/palettes/diploma.pal"
|
INCLUDE "gfx/diploma/diploma.pal"
|
||||||
|
|
||||||
PartyMenuOBPals:
|
PartyMenuOBPals:
|
||||||
INCLUDE "data/palettes/party_menu.pal"
|
INCLUDE "gfx/icons/party_menu.pal"
|
||||||
|
|
||||||
Palettes_b6f1:
|
Palettes_b6f1:
|
||||||
INCLUDE "data/palettes/unknown/b6f1.pal"
|
INCLUDE "gfx/unknown/b6f1.pal"
|
||||||
|
|
||||||
Palettes_b719:
|
Palettes_b719:
|
||||||
INCLUDE "data/palettes/unknown/b719.pal"
|
INCLUDE "gfx/unknown/b719.pal"
|
||||||
|
|
||||||
MalePokegearPals:
|
MalePokegearPals:
|
||||||
INCLUDE "data/palettes/pokegear.pal"
|
INCLUDE "gfx/pokegear/pokegear.pal"
|
||||||
|
|
||||||
FemalePokegearPals:
|
FemalePokegearPals:
|
||||||
INCLUDE "data/palettes/pokegear_f.pal"
|
INCLUDE "gfx/pokegear/pokegear_f.pal"
|
||||||
|
|
||||||
Palettes_b789:
|
Palettes_b789:
|
||||||
INCLUDE "data/palettes/unknown/b789.pal"
|
INCLUDE "gfx/unknown/b789.pal"
|
||||||
|
|
||||||
SlotMachinePals:
|
SlotMachinePals:
|
||||||
INCLUDE "data/palettes/slot_machine.pal"
|
INCLUDE "gfx/slots/slots.pal"
|
||||||
|
@ -540,7 +540,7 @@ GetCreditsPalette: ; 109b2c
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
CreditsPalettes:
|
CreditsPalettes:
|
||||||
INCLUDE "data/palettes/credits.pal"
|
INCLUDE "gfx/credits/credits.pal"
|
||||||
; 109bca
|
; 109bca
|
||||||
|
|
||||||
Credits_LoadBorderGFX: ; 109bca (42:5bca)
|
Credits_LoadBorderGFX: ; 109bca (42:5bca)
|
||||||
|
@ -113,7 +113,7 @@ MG_Mobile_Layout_CreatePalBoxes: ; 49384 (12:5384)
|
|||||||
; 493e1 (12:53e1)
|
; 493e1 (12:53e1)
|
||||||
|
|
||||||
Palette_493e1: ; 493e1
|
Palette_493e1: ; 493e1
|
||||||
INCLUDE "data/palettes/mg_mobile.pal"
|
INCLUDE "gfx/mystery_gift/mg_mobile.pal"
|
||||||
; 49409
|
; 49409
|
||||||
|
|
||||||
LoadOW_BGPal7:: ; 49409
|
LoadOW_BGPal7:: ; 49409
|
||||||
@ -126,7 +126,7 @@ LoadOW_BGPal7:: ; 49409
|
|||||||
; 49418
|
; 49418
|
||||||
|
|
||||||
Palette_TextBG7: ; 49418
|
Palette_TextBG7: ; 49418
|
||||||
INCLUDE "data/palettes/overworld/bg_text.pal"
|
INCLUDE "gfx/font/bg_text.pal"
|
||||||
; 49420
|
; 49420
|
||||||
|
|
||||||
Function49420:: ; 49420 (12:5420)
|
Function49420:: ; 49420 (12:5420)
|
||||||
@ -248,7 +248,7 @@ Function49742: ; 49742
|
|||||||
; 49757
|
; 49757
|
||||||
|
|
||||||
.Palette_49757: ; 49757
|
.Palette_49757: ; 49757
|
||||||
INCLUDE "data/palettes/unknown/49757.pal"
|
INCLUDE "gfx/unknown/49757.pal"
|
||||||
; 49797
|
; 49797
|
||||||
|
|
||||||
_InitMG_Mobile_LinkTradePalMap: ; 49797
|
_InitMG_Mobile_LinkTradePalMap: ; 49797
|
||||||
@ -314,7 +314,7 @@ LoadTradeRoomBGPals: ; 49811
|
|||||||
; 49826
|
; 49826
|
||||||
|
|
||||||
TradeRoomPalette: ; 49826
|
TradeRoomPalette: ; 49826
|
||||||
INCLUDE "data/palettes/trade_room.pal"
|
INCLUDE "gfx/trade/border.pal"
|
||||||
; 49856
|
; 49856
|
||||||
|
|
||||||
InitMG_Mobile_LinkTradePalMap: ; 49856
|
InitMG_Mobile_LinkTradePalMap: ; 49856
|
||||||
@ -323,4 +323,4 @@ InitMG_Mobile_LinkTradePalMap: ; 49856
|
|||||||
; 4985a
|
; 4985a
|
||||||
|
|
||||||
Unknown_4985a: ; unreferenced
|
Unknown_4985a: ; unreferenced
|
||||||
INCLUDE "data/palettes/unknown/4985a.asm"
|
INCLUDE "gfx/unknown/4985a.asm"
|
||||||
|
@ -341,7 +341,7 @@ GameFreakLogoScene5: ; e47ab (39:47ab)
|
|||||||
; e47ac (39:47ac)
|
; e47ac (39:47ac)
|
||||||
|
|
||||||
GameFreakLogoPalettes: ; e47ac
|
GameFreakLogoPalettes: ; e47ac
|
||||||
INCLUDE "data/palettes/crystal_intro/gamefreak_logo.pal"
|
INCLUDE "gfx/intro/gamefreak_logo.pal"
|
||||||
; e47cc
|
; e47cc
|
||||||
|
|
||||||
GameFreakLogo: ; e47cc
|
GameFreakLogo: ; e47cc
|
||||||
@ -1550,7 +1550,7 @@ Intro_Scene24_ApplyPaletteFade: ; e5172 (39:5172)
|
|||||||
; e519c (39:519c)
|
; e519c (39:519c)
|
||||||
|
|
||||||
.FadePals: ; e519c
|
.FadePals: ; e519c
|
||||||
INCLUDE "data/palettes/crystal_intro/fade.pal"
|
INCLUDE "gfx/intro/fade.pal"
|
||||||
; e51dc
|
; e51dc
|
||||||
|
|
||||||
CrystalIntro_InitUnownAnim: ; e51dc (39:51dc)
|
CrystalIntro_InitUnownAnim: ; e51dc (39:51dc)
|
||||||
@ -2088,7 +2088,7 @@ INCBIN "gfx/intro/003.tilemap.lz"
|
|||||||
; e5edd
|
; e5edd
|
||||||
|
|
||||||
Palette_e5edd: ; e5edd
|
Palette_e5edd: ; e5edd
|
||||||
INCLUDE "data/palettes/crystal_intro/intro_1.pal"
|
INCLUDE "gfx/intro/intro_1.pal"
|
||||||
; e5f5d
|
; e5f5d
|
||||||
|
|
||||||
IntroUnownsGFX: ; e5f5d
|
IntroUnownsGFX: ; e5f5d
|
||||||
@ -2124,7 +2124,7 @@ INCBIN "gfx/intro/007.tilemap.lz"
|
|||||||
; e65ad
|
; e65ad
|
||||||
|
|
||||||
Palette_365ad: ; e65ad
|
Palette_365ad: ; e65ad
|
||||||
INCLUDE "data/palettes/crystal_intro/intro_2.pal"
|
INCLUDE "gfx/intro/intro_2.pal"
|
||||||
; e662d
|
; e662d
|
||||||
|
|
||||||
IntroCrystalUnownsGFX: ; e662d
|
IntroCrystalUnownsGFX: ; e662d
|
||||||
@ -2140,7 +2140,7 @@ INCBIN "gfx/intro/015.tilemap.lz"
|
|||||||
; e679d
|
; e679d
|
||||||
|
|
||||||
Palette_e679d: ; e679d
|
Palette_e679d: ; e679d
|
||||||
INCLUDE "data/palettes/crystal_intro/intro_3.pal"
|
INCLUDE "gfx/intro/intro_3.pal"
|
||||||
; e681d
|
; e681d
|
||||||
|
|
||||||
IntroSuicuneCloseGFX: ; e681d
|
IntroSuicuneCloseGFX: ; e681d
|
||||||
@ -2156,7 +2156,7 @@ INCBIN "gfx/intro/011.tilemap.lz"
|
|||||||
; e6d6d
|
; e6d6d
|
||||||
|
|
||||||
Palette_e6d6d: ; e6d6d
|
Palette_e6d6d: ; e6d6d
|
||||||
INCLUDE "data/palettes/crystal_intro/intro_4.pal"
|
INCLUDE "gfx/intro/intro_4.pal"
|
||||||
; e6ded
|
; e6ded
|
||||||
|
|
||||||
IntroSuicuneJumpGFX: ; e6ded
|
IntroSuicuneJumpGFX: ; e6ded
|
||||||
@ -2184,7 +2184,7 @@ INCBIN "gfx/intro/013.tilemap.lz"
|
|||||||
; e77dd
|
; e77dd
|
||||||
|
|
||||||
Palette_e77dd: ; e77dd
|
Palette_e77dd: ; e77dd
|
||||||
INCLUDE "data/palettes/crystal_intro/intro_5.pal"
|
INCLUDE "gfx/intro/intro_5.pal"
|
||||||
|
|
||||||
IntroUnownBackGFX: ; e785d
|
IntroUnownBackGFX: ; e785d
|
||||||
INCBIN "gfx/intro/unown_back.2bpp.lz"
|
INCBIN "gfx/intro/unown_back.2bpp.lz"
|
||||||
|
@ -193,10 +193,10 @@ Function819a7: ; 819a7
|
|||||||
; 819f4
|
; 819f4
|
||||||
|
|
||||||
Palette_819f4: ; 819f4
|
Palette_819f4: ; 819f4
|
||||||
INCLUDE "data/palettes/debug/bg.pal"
|
INCLUDE "gfx/debug/bg.pal"
|
||||||
|
|
||||||
Palette_81a34: ; 81a34
|
Palette_81a34: ; 81a34
|
||||||
INCLUDE "data/palettes/debug/ob.pal"
|
INCLUDE "gfx/debug/ob.pal"
|
||||||
; 81a74
|
; 81a74
|
||||||
|
|
||||||
Function81a74: ; 81a74
|
Function81a74: ; 81a74
|
||||||
|
@ -307,8 +307,8 @@ GetIconGFX: ; 8e9de
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
HeldItemIcons:
|
HeldItemIcons:
|
||||||
INCBIN "gfx/icon/mail.2bpp"
|
INCBIN "gfx/icons/mail.2bpp"
|
||||||
INCBIN "gfx/icon/item.2bpp"
|
INCBIN "gfx/icons/item.2bpp"
|
||||||
; 8ea17
|
; 8ea17
|
||||||
|
|
||||||
GetIcon_de: ; 8ea17
|
GetIcon_de: ; 8ea17
|
||||||
|
@ -1041,7 +1041,7 @@ _ComposeMailMessage: ; 11e75 (mail?)
|
|||||||
; 11ef4 (4:5ef4)
|
; 11ef4 (4:5ef4)
|
||||||
|
|
||||||
.MailIcon: ; 11ef4
|
.MailIcon: ; 11ef4
|
||||||
INCBIN "gfx/icon/mail2.2bpp"
|
INCBIN "gfx/icons/mail2.2bpp"
|
||||||
; 11f74
|
; 11f74
|
||||||
|
|
||||||
.initwNamingScreenMaxNameLength ; 11f74 (4:5f74)
|
.initwNamingScreenMaxNameLength ; 11f74 (4:5f74)
|
||||||
|
@ -2834,7 +2834,7 @@ TownMapPals: ; 91f13
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.PalMap:
|
.PalMap:
|
||||||
INCLUDE "data/palettes/town_map_palette_map.asm"
|
INCLUDE "gfx/pokegear/town_map_palette_map.asm"
|
||||||
; 91f7b
|
; 91f7b
|
||||||
|
|
||||||
TownMapMon: ; 91f7b
|
TownMapMon: ; 91f7b
|
||||||
|
@ -399,4 +399,4 @@ INCBIN "gfx/title/crystal.2bpp.lz"
|
|||||||
; 10fede
|
; 10fede
|
||||||
|
|
||||||
TitleScreenPalettes:
|
TitleScreenPalettes:
|
||||||
INCLUDE "data/palettes/title.pal"
|
INCLUDE "gfx/title/title.pal"
|
||||||
|
@ -108,7 +108,7 @@ INCBIN "gfx/title/old_bg.tilemap"
|
|||||||
; 10d8b1
|
; 10d8b1
|
||||||
|
|
||||||
UnusedTitleBG_Palettes: ; 10d8b1
|
UnusedTitleBG_Palettes: ; 10d8b1
|
||||||
INCLUDE "data/palettes/unused_title/bg.pal"
|
INCLUDE "gfx/title/old_bg.pal"
|
||||||
; 10dab1
|
; 10dab1
|
||||||
|
|
||||||
UnusedTitleFG_GFX: ; 10dab1
|
UnusedTitleFG_GFX: ; 10dab1
|
||||||
@ -116,7 +116,7 @@ INCBIN "gfx/title/old_fg.2bpp"
|
|||||||
; 10eab1
|
; 10eab1
|
||||||
|
|
||||||
UnusedTitleFG_Palettes: ; 10eab1
|
UnusedTitleFG_Palettes: ; 10eab1
|
||||||
INCLUDE "data/palettes/unused_title/ob.pal"
|
INCLUDE "gfx/title/old_fg.pal"
|
||||||
; 10ecb1
|
; 10ecb1
|
||||||
|
|
||||||
UnusedTitleFG_OAM: ; 10ecb1
|
UnusedTitleFG_OAM: ; 10ecb1
|
||||||
|
@ -1,40 +1,40 @@
|
|||||||
Icons:
|
Icons:
|
||||||
NullIcon:
|
NullIcon:
|
||||||
PoliwagIcon: INCBIN "gfx/icon/poliwag.2bpp" ; 0x8ec0d
|
PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" ; 0x8ec0d
|
||||||
JigglypuffIcon: INCBIN "gfx/icon/jigglypuff.2bpp" ; 0x8ec8d
|
JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" ; 0x8ec8d
|
||||||
DiglettIcon: INCBIN "gfx/icon/diglett.2bpp" ; 0x8ed0d
|
DiglettIcon: INCBIN "gfx/icons/diglett.2bpp" ; 0x8ed0d
|
||||||
PikachuIcon: INCBIN "gfx/icon/pikachu.2bpp" ; 0x8ed8d
|
PikachuIcon: INCBIN "gfx/icons/pikachu.2bpp" ; 0x8ed8d
|
||||||
StaryuIcon: INCBIN "gfx/icon/staryu.2bpp" ; 0x8ee0d
|
StaryuIcon: INCBIN "gfx/icons/staryu.2bpp" ; 0x8ee0d
|
||||||
FishIcon: INCBIN "gfx/icon/fish.2bpp" ; 0x8ee8d
|
FishIcon: INCBIN "gfx/icons/fish.2bpp" ; 0x8ee8d
|
||||||
BirdIcon: INCBIN "gfx/icon/bird.2bpp" ; 0x8ef0d
|
BirdIcon: INCBIN "gfx/icons/bird.2bpp" ; 0x8ef0d
|
||||||
MonsterIcon: INCBIN "gfx/icon/monster.2bpp" ; 0x8ef8d
|
MonsterIcon: INCBIN "gfx/icons/monster.2bpp" ; 0x8ef8d
|
||||||
ClefairyIcon: INCBIN "gfx/icon/clefairy.2bpp" ; 0x8f00d
|
ClefairyIcon: INCBIN "gfx/icons/clefairy.2bpp" ; 0x8f00d
|
||||||
OddishIcon: INCBIN "gfx/icon/oddish.2bpp" ; 0x8f08d
|
OddishIcon: INCBIN "gfx/icons/oddish.2bpp" ; 0x8f08d
|
||||||
BugIcon: INCBIN "gfx/icon/bug.2bpp" ; 0x8f10d
|
BugIcon: INCBIN "gfx/icons/bug.2bpp" ; 0x8f10d
|
||||||
GhostIcon: INCBIN "gfx/icon/ghost.2bpp" ; 0x8f18d
|
GhostIcon: INCBIN "gfx/icons/ghost.2bpp" ; 0x8f18d
|
||||||
LaprasIcon: INCBIN "gfx/icon/lapras.2bpp" ; 0x8f20d
|
LaprasIcon: INCBIN "gfx/icons/lapras.2bpp" ; 0x8f20d
|
||||||
HumanshapeIcon: INCBIN "gfx/icon/humanshape.2bpp" ; 0x8f28d
|
HumanshapeIcon: INCBIN "gfx/icons/humanshape.2bpp" ; 0x8f28d
|
||||||
FoxIcon: INCBIN "gfx/icon/fox.2bpp" ; 0x8f30d
|
FoxIcon: INCBIN "gfx/icons/fox.2bpp" ; 0x8f30d
|
||||||
EquineIcon: INCBIN "gfx/icon/equine.2bpp" ; 0x8f38d
|
EquineIcon: INCBIN "gfx/icons/equine.2bpp" ; 0x8f38d
|
||||||
ShellIcon: INCBIN "gfx/icon/shell.2bpp" ; 0x8f40d
|
ShellIcon: INCBIN "gfx/icons/shell.2bpp" ; 0x8f40d
|
||||||
BlobIcon: INCBIN "gfx/icon/blob.2bpp" ; 0x8f48d
|
BlobIcon: INCBIN "gfx/icons/blob.2bpp" ; 0x8f48d
|
||||||
SerpentIcon: INCBIN "gfx/icon/serpent.2bpp" ; 0x8f50d
|
SerpentIcon: INCBIN "gfx/icons/serpent.2bpp" ; 0x8f50d
|
||||||
VoltorbIcon: INCBIN "gfx/icon/voltorb.2bpp" ; 0x8f58d
|
VoltorbIcon: INCBIN "gfx/icons/voltorb.2bpp" ; 0x8f58d
|
||||||
SquirtleIcon: INCBIN "gfx/icon/squirtle.2bpp" ; 0x8f60d
|
SquirtleIcon: INCBIN "gfx/icons/squirtle.2bpp" ; 0x8f60d
|
||||||
BulbasaurIcon: INCBIN "gfx/icon/bulbasaur.2bpp" ; 0x8f68d
|
BulbasaurIcon: INCBIN "gfx/icons/bulbasaur.2bpp" ; 0x8f68d
|
||||||
CharmanderIcon: INCBIN "gfx/icon/charmander.2bpp" ; 0x8f70d
|
CharmanderIcon: INCBIN "gfx/icons/charmander.2bpp" ; 0x8f70d
|
||||||
CaterpillarIcon: INCBIN "gfx/icon/caterpillar.2bpp" ; 0x8f78d
|
CaterpillarIcon: INCBIN "gfx/icons/caterpillar.2bpp" ; 0x8f78d
|
||||||
UnownIcon: INCBIN "gfx/icon/unown.2bpp" ; 0x8f80d
|
UnownIcon: INCBIN "gfx/icons/unown.2bpp" ; 0x8f80d
|
||||||
GeodudeIcon: INCBIN "gfx/icon/geodude.2bpp" ; 0x8f88d
|
GeodudeIcon: INCBIN "gfx/icons/geodude.2bpp" ; 0x8f88d
|
||||||
FighterIcon: INCBIN "gfx/icon/fighter.2bpp" ; 0x8f90d
|
FighterIcon: INCBIN "gfx/icons/fighter.2bpp" ; 0x8f90d
|
||||||
EggIcon: INCBIN "gfx/icon/egg.2bpp" ; 0x8f98d
|
EggIcon: INCBIN "gfx/icons/egg.2bpp" ; 0x8f98d
|
||||||
JellyfishIcon: INCBIN "gfx/icon/jellyfish.2bpp" ; 0x8fa0d
|
JellyfishIcon: INCBIN "gfx/icons/jellyfish.2bpp" ; 0x8fa0d
|
||||||
MothIcon: INCBIN "gfx/icon/moth.2bpp" ; 0x8fa8d
|
MothIcon: INCBIN "gfx/icons/moth.2bpp" ; 0x8fa8d
|
||||||
BatIcon: INCBIN "gfx/icon/bat.2bpp" ; 0x8fb0d
|
BatIcon: INCBIN "gfx/icons/bat.2bpp" ; 0x8fb0d
|
||||||
SnorlaxIcon: INCBIN "gfx/icon/snorlax.2bpp" ; 0x8fb8d
|
SnorlaxIcon: INCBIN "gfx/icons/snorlax.2bpp" ; 0x8fb8d
|
||||||
HoOhIcon: INCBIN "gfx/icon/ho_oh.2bpp" ; 0x8fc0d
|
HoOhIcon: INCBIN "gfx/icons/ho_oh.2bpp" ; 0x8fc0d
|
||||||
LugiaIcon: INCBIN "gfx/icon/lugia.2bpp" ; 0x8fc8d
|
LugiaIcon: INCBIN "gfx/icons/lugia.2bpp" ; 0x8fc8d
|
||||||
GyaradosIcon: INCBIN "gfx/icon/gyarados.2bpp" ; 0x8fd0d
|
GyaradosIcon: INCBIN "gfx/icons/gyarados.2bpp" ; 0x8fd0d
|
||||||
SlowpokeIcon: INCBIN "gfx/icon/slowpoke.2bpp" ; 0x8fd8d
|
SlowpokeIcon: INCBIN "gfx/icons/slowpoke.2bpp" ; 0x8fd8d
|
||||||
SudowoodoIcon: INCBIN "gfx/icon/sudowoodo.2bpp" ; 0x8fe0d
|
SudowoodoIcon: INCBIN "gfx/icons/sudowoodo.2bpp" ; 0x8fe0d
|
||||||
BigmonIcon: INCBIN "gfx/icon/bigmon.2bpp" ; 0x8fe8d
|
BigmonIcon: INCBIN "gfx/icons/bigmon.2bpp" ; 0x8fe8d
|
||||||
|
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 208 B After Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
@ -1,3 +1,5 @@
|
|||||||
|
; indexes correspond to PredefPals palettes (see gfx/sgb/predef.pal)
|
||||||
|
|
||||||
PalPacket_9b96:
|
PalPacket_9b96:
|
||||||
db $51, $48, $00, $49, $00, $4a, $00, $4b, $00, $00, $00, $00, $00, $00, $00, $00
|
db $51, $48, $00, $49, $00, $4a, $00, $4b, $00, $00, $00, $00, $00, $00, $00, $00
|
||||||
|
|
8
gfx/unknown/4985a.asm
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
db $ab,$03, $57,$24, $ac,$0e, $13,$32
|
||||||
|
db $be,$30, $5b,$4c, $47,$60, $ed,$f2
|
||||||
|
db $ab,$03, $55,$26, $aa,$0a, $13,$3a
|
||||||
|
db $be,$28, $33,$24, $6e,$71, $df,$b0
|
||||||
|
db $a8,$00, $e5,$e0, $9a,$fc, $f4,$2c
|
||||||
|
db $fe,$4c, $a3,$5e, $c6,$3a, $ab,$4d
|
||||||
|
db $a8,$00, $b5,$b0, $de,$e8, $fc,$1c
|
||||||
|
db $ba,$66, $f7,$0e, $ba,$5e, $43,$bd
|