You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
copy in DelayFrames from pokered
This commit is contained in:
10
main.asm
10
main.asm
@@ -24,7 +24,15 @@ DelayFrame: ; 0x45a
|
|||||||
ret
|
ret
|
||||||
; 0x468
|
; 0x468
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$468,$52f - $468
|
DelayFrames: ; 0x468
|
||||||
|
; wait n frames, where n is the value in c
|
||||||
|
call DelayFrame
|
||||||
|
dec c
|
||||||
|
jr nz, DelayFrames
|
||||||
|
ret
|
||||||
|
; 0x46f
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$46f,$52f - $46f
|
||||||
|
|
||||||
IncGradGBPalTable_01: ; 0x52f
|
IncGradGBPalTable_01: ; 0x52f
|
||||||
db %11111111 ;BG Pal
|
db %11111111 ;BG Pal
|
||||||
|
Reference in New Issue
Block a user