From 3a6a300da48c98ab844ddc4d209abf51adf2aa44 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 12 Jun 2016 10:11:31 -0700 Subject: sync text --- engine/gamefreak.asm | 1 - engine/hall_of_fame.asm | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/gamefreak.asm b/engine/gamefreak.asm index 69c059ff..5226072b 100755 --- a/engine/gamefreak.asm +++ b/engine/gamefreak.asm @@ -199,7 +199,6 @@ MoveDownSmallStars: add hl, de dec c jr nz, .innerLoop - ; Toggle the palette so that the lower star in the small stars tile blinks in ; and out. ld a, [rOBP1] diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index dc1026a8..9eb4edc5 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -58,8 +58,8 @@ AnimateHallOfFame: ld c, 80 call DelayFrames coord hl, 2, 13 - ld b, $3 - ld c, $e + ld b, 3 + ld c, 14 call TextBoxBorder coord hl, 4, 15 ld de, HallOfFameText -- cgit v1.3.1-sl0p