diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 14:15:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 14:15:22 -0400 |
commit | f748d34aa389b9e80fc6cab81e6efb1867327f7b (patch) | |
tree | 92343b604a0df54d4ecf549ee85d4273a1784352 /engine/menu.asm | |
parent | fd7cf5987a6e4958d63645c76e994c96b51fcc4c (diff) | |
parent | 288902139f00a9113ea9b360eb00d3109727dcfe (diff) |
Merge remote-tracking branch 'origin/master' into c-tools
Diffstat (limited to 'engine/menu.asm')
-rwxr-xr-x | engine/menu.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menu.asm b/engine/menu.asm index 870ca89bf..e84d8d597 100755 --- a/engine/menu.asm +++ b/engine/menu.asm @@ -296,7 +296,7 @@ Function241d5: ; 241d5 call Place2DMenuCursor .loop call Move2DMenuCursor - call Function10402d ; BUG: This function is in another bank. + call HDMATransferTileMapToWRAMBank3 ; BUG: This function is in another bank. ; Pointer in current bank (9) is bogus. call .loop2 jr nc, .done @@ -319,7 +319,7 @@ Function241d5: ; 241d5 ret c ld c, 1 ld b, 3 - call Function10062d ; BUG: This function is in another bank. + call AdvanceMobileInactivityTimerAndCheckExpired ; BUG: This function is in another bank. ; Pointer in current bank (9) is bogus. ret c callba Function100337 @@ -836,8 +836,8 @@ _InitVerticalMenuCursor:: ; 2446d ld [hli], a ; wCursorOffCharacter, wCursorCurrentTile xor a -rept 3 ld [hli], a -endr + ld [hli], a + ld [hli], a ret ; 244c3 |