diff options
author | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-24 23:15:07 +0200 |
---|---|---|
committer | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-24 23:15:07 +0200 |
commit | 906ea8bdfcf024cb5011948a319764047f8fa41f (patch) | |
tree | 09eb3057dbe02c6a019f977eb159d7da6c728879 /home/map.asm | |
parent | 57481cc9421d2ea830480d3c1cb5b9f5c7d907aa (diff) |
engine: disassemble player movement (WIP)
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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 8105781..8c03d9f 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1679,7 +1679,7 @@ Function2b87:: call GetJoypad call OverworldStartButtonCheck ret nz - callab Functionc000 + callab OverworldMovementCheck call Function2ba8 jr nc, .asm_2b87 callba Function824c |