fix-various-little-things

A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
This commit is contained in:
mid-kid
2018-05-05 09:19:04 +02:00
parent a63d9dfd4f
commit c82deab86f
18 changed files with 41 additions and 42 deletions

View File

@@ -2320,7 +2320,7 @@ Function100eb4: ; 100eb4
and a
call Function100eca
asm_100eb8
asm_100eb8:
ld hl, wcd68
inc [hl]
ld a, [hl]
@@ -2332,7 +2332,7 @@ asm_100eb8
Function100ec4: ; 100ec4
ret
Function100ec5
Function100ec5:
ld hl, wcd67
inc [hl]
ret

View File

@@ -1293,7 +1293,7 @@ MobileTradeAnim_DisplayReceivedMon:
call MobileTradeAnim_MonDisplay_UpdateBGMap
ret
MobileTradeAnim_DisplayEggData
MobileTradeAnim_DisplayEggData:
call WaitTop
call MobileTradeAnim_ClearTilemap
ld a, HIGH(vBGMap1)