diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 23:30:28 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-18 23:30:28 -0400 |
commit | c83e2e7efe1a279367316ffaf05d060c26e022cf (patch) | |
tree | 982e5a2bf8d0624ad07c61739ee17331467bf054 /home/map_objects.asm | |
parent | 188f35fb75f73dc3325635d74b47891a752aa767 (diff) |
Main Menu and GS Title Screen
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 3e67a217..aef1e3d0 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -451,7 +451,7 @@ GetInitialFacing:: add hl, de add hl, de ld a, BANK(SpriteMovementData) - call SwapBytes + call GetFarByte add a add a and $c |