mirror of https://github.com/pret/pokecrystal.git
Suggested formatting changes
This commit is contained in:
parent
2239593f3c
commit
0c7b309f7f
|
@ -86,3 +86,5 @@ INCBIN "gfx/diploma/page1.tilemap"
|
|||
|
||||
DiplomaPage2Tilemap:
|
||||
INCBIN "gfx/diploma/page2.tilemap"
|
||||
|
||||
ret ; unused
|
||||
|
|
|
@ -148,7 +148,7 @@ ScriptCommandTable:
|
|||
dw Script_farjumptext ; 52
|
||||
dw Script_jumptext ; 53
|
||||
dw Script_waitbutton ; 54
|
||||
dw Script_promptbutton ; 55
|
||||
dw Script_promptbutton ; 55
|
||||
dw Script_pokepic ; 56
|
||||
dw Script_closepokepic ; 57
|
||||
dw Script__2dmenu ; 58
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
ret ; unused
|
||||
|
||||
LoadSGBPokedexGFX:
|
||||
ld hl, SGBPokedexGFX_LZ
|
||||
ld de, vTiles2 tile $31
|
||||
|
|
Loading…
Reference in New Issue