summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-22 22:19:33 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-22 22:19:33 -0500
commit30b37da3870217da1eaecca82bb77ca4343ada49 (patch)
tree838dae239bf68174d3d3358738939aaabe287a31 /home/tilemap.asm
parentd08199c79d8168368aeac0381427d533e09f073d (diff)
More stats screen shenanigans
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index a27c74cde..60e16bc95 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -1,5 +1,5 @@
-BackUpTiles:: ; 1c00
- callab _BackUpTiles
+PushWindow:: ; 1c00
+ callab _PushWindow
ret
; 1c07