mirror of https://github.com/pret/pokecrystal.git
move VBlank interrupt label from main.asm to engine/vblank.asm
This commit is contained in:
parent
2c16bc7ab9
commit
cc98fab33e
|
@ -6,6 +6,8 @@
|
|||
|
||||
; This prevents the display and audio output from lagging.
|
||||
|
||||
|
||||
VBlank: ; 283
|
||||
push af
|
||||
push bc
|
||||
push de
|
||||
|
|
Loading…
Reference in New Issue