diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:59:34 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:59:34 -0400 |
commit | 46ecd5b86977637c15fbb526812686fef5b7dcc1 (patch) | |
tree | 4cfecd4eb316c3b513c177c0a04c047813e92c97 /home/window.asm | |
parent | ae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 (diff) |
Name all functions in event/
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/window.asm b/home/window.asm index 5832f1f94..ff7d766e2 100644 --- a/home/window.asm +++ b/home/window.asm @@ -98,4 +98,8 @@ SafeUpdateSprites:: ; 2e31 pop af ld [hOAMUpdate], a ret -; 2e4e + +; XXX + scf + ret +; 2e50 |