diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-19 18:07:20 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-19 18:09:11 -0500 |
commit | 93a129eb6dc261faccaf2b2d58daf3db204ab3ba (patch) | |
tree | 9095a3735deb1608ce6e4a23dcea4a5f43b4be95 /home/map.asm | |
parent | 8a6a1a7d77fdcd1f8468f0c411795a8f039d4bd8 (diff) |
main.asm is now under 30k lines
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index b9b27168e..193f58bc6 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1588,7 +1588,7 @@ Function28f7:: ; 28f7 ret ; 2914 -Function2914:: ; 2914 +GetMovementPermissions:: ; 2914 xor a ld [TilePermissions], a call GetLeftRightCollision |