diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-06-10 10:58:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 10:58:08 -0400 |
commit | bfdaa1151902023fc69c97328cf12bdd88816185 (patch) | |
tree | 7d83ac3340a0535aa85269e7247008164f9b8d7d /home/tilemap.asm | |
parent | 886ecea86b9257ba2755b4718ede90ee18dae96e (diff) | |
parent | d89bd1ac8b1304313bae285ada7d24601cf67d09 (diff) |
Merge pull request #1 from ISSOtm/master
Catch up
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index ca97f42..6d7ff38 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -15,7 +15,7 @@ Function360b:: call GetMemSGBLayout jr WaitBGMap -ClearBGPalettes:: +ClearBGPalettes:: ; 361e call ClearPalettes WaitBGMap:: ; 00:3621 ; Tell VBlank to update BG Map |