mirror of
https://github.com/pret/pokepuzzle.git
synced 2026-08-22 10:54:34 -05:00
Fix typos and whitespace
This commit is contained in:
@@ -1945,7 +1945,7 @@ Func_4657f:
|
||||
ld a, [hli]
|
||||
ldcoord_a 6, 1, v0BGMap1
|
||||
|
||||
; prints oppponent's won matches at coordinate (3, 14)
|
||||
; prints opponent's won matches at coordinate (3, 14)
|
||||
ld hl, wc9a3
|
||||
ld a, [hli]
|
||||
ldcoord_a 3, 14, v0BGMap1
|
||||
@@ -2040,7 +2040,7 @@ Func_4657f:
|
||||
ld a, [hli]
|
||||
ldcoord_a 6, 1, v1BGMap1
|
||||
|
||||
; color in oppponent's won matches at coordinate (3, 14)
|
||||
; color in opponent's won matches at coordinate (3, 14)
|
||||
ld hl, wc9a7
|
||||
ld a, [hli]
|
||||
ldcoord_a 3, 14, v1BGMap1
|
||||
|
||||
@@ -4198,7 +4198,7 @@ Func_779ba:
|
||||
copy_data wBGPals, Pals_dac50, 3 palettes
|
||||
|
||||
farcall Func_5449d
|
||||
|
||||
|
||||
ld a, $02
|
||||
ld [wcdad], a
|
||||
jp Func_779b3
|
||||
|
||||
@@ -1086,7 +1086,7 @@ UNION
|
||||
ds $100
|
||||
|
||||
w6d400:: ds BOARD_VIRTUAL_AREA ; d400
|
||||
|
||||
|
||||
ds $d580 - $d450
|
||||
|
||||
w6d580:: ds BOARD_VIRTUAL_AREA ; d580
|
||||
|
||||
Reference in New Issue
Block a user