diff options
author | JimB16 <f1@jimb.de> | 2015-09-10 01:27:07 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-09-10 01:27:07 +0200 |
commit | a7cb2a5e9baedeb077f898df4269291dee72be70 (patch) | |
tree | 181d88f30f51ce3b85be7894eb83331016dfdae8 /home/serial.asm | |
parent | 0d4c2776d927e5d3162d9a4430fc82f35bf50be5 (diff) |
changed more labels
Diffstat (limited to 'home/serial.asm')
-rw-r--r-- | home/serial.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/serial.asm b/home/serial.asm index 302630cc7..8b848bbe2 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -273,15 +273,15 @@ Function83b:: ; 83b ; 862 Function862:: ; 862 - call Function309d + call LoadTileMapToTempTileMap callab Function4000 call Function87d - jp Function30b4 + jp Call_LoadTempTileMapToTileMap ; 871 Function871:: ; 871 - call Function309d + call LoadTileMapToTempTileMap callab Function4000 jp Function87d ; 87d |