diff options
Diffstat (limited to 'home/vblank.asm')
-rw-r--r-- | home/vblank.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm index c0216ac2..8a41cb44 100644 --- a/home/vblank.asm +++ b/home/vblank.asm @@ -17,7 +17,7 @@ VBlank:: push de jp [hl] .return - call Function1efa + call GameTimer pop hl pop de pop bc |