diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
commit | 17336221e62e36e31069785622c69cf9e3582b7e (patch) | |
tree | 74a7995a08925ef01273d28c51bf8867e44f5bce /engine/stats_screen.asm | |
parent | 747c9059d4912c275d3e1e708c026b1fe61e3b42 (diff) |
newline before para
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index f51f57a77..11c3b33a3 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -1088,10 +1088,10 @@ StatsScreen_LoadPageIndicators: ; 4e4cd (13:64cd) ld a, $36 ; first of 4 small square tiles call .load_square hlcoord 15, 5 - ld a, $36 ; """ + ld a, $36 ; " " " " call .load_square hlcoord 17, 5 - ld a, $36 ; """ + ld a, $36 ; " " " " call .load_square ld a, c cp GREEN_PAGE |