mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Merge pull request #247 from yenatch/master
Color test debug menus and assorted incbins.
This commit is contained in:
commit
6b7c196dfb
BIN
gfx/misc/unknown_egg.5x5.2bpp.lz
Normal file
BIN
gfx/misc/unknown_egg.5x5.2bpp.lz
Normal file
Binary file not shown.
BIN
gfx/shrink1.2bpp.lz
Normal file
BIN
gfx/shrink1.2bpp.lz
Normal file
Binary file not shown.
BIN
gfx/shrink2.2bpp.lz
Normal file
BIN
gfx/shrink2.2bpp.lz
Normal file
Binary file not shown.
2
home.asm
2
home.asm
@ -1901,7 +1901,7 @@ GetBaseData:: ; 3856
|
||||
|
||||
.egg
|
||||
; ????
|
||||
ld de, $7d9c
|
||||
ld de, UnknownEggPic
|
||||
|
||||
; Sprite dimensions
|
||||
ld b, $55 ; 5x5
|
||||
|
@ -153,11 +153,12 @@ SlowpokeScript_0x1980cb: ; 0x1980cb
|
||||
end
|
||||
; 0x1980da
|
||||
|
||||
UnknownScript_0x1980da: ; 0x1980da
|
||||
WoosterScript: ; 0x1980da
|
||||
; unused
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x1985cd
|
||||
cry $00c3
|
||||
2writetext WoosterText
|
||||
cry QUAGSIRE
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -421,7 +422,7 @@ UnknownText_0x1985c3: ; 0x1985c3
|
||||
done
|
||||
; 0x1985cd
|
||||
|
||||
UnknownText_0x1985cd: ; 0x1985cd
|
||||
WoosterText: ; 0x1985cd
|
||||
text "WOOSTER: Gugyoo…"
|
||||
done
|
||||
; 0x1985df
|
||||
|
@ -307,6 +307,7 @@ IconPointers:
|
||||
dw SudowoodoIcon
|
||||
dw BigmonIcon
|
||||
|
||||
Icons:
|
||||
NullIcon:
|
||||
PoliwagIcon: INCBIN "gfx/icon/poliwag.2bpp" ; 0x8ec0d
|
||||
JigglypuffIcon: INCBIN "gfx/icon/jigglypuff.2bpp" ; 0x8ec8d
|
||||
|
Loading…
Reference in New Issue
Block a user