diff options
author | YamaArashi <shadow962@live.com> | 2016-06-12 10:11:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-12 10:11:31 -0700 |
commit | 3a6a300da48c98ab844ddc4d209abf51adf2aa44 (patch) | |
tree | d6c97893cf16c963799f789f8248531653aa537a /engine/hall_of_fame.asm | |
parent | bcb251261dae3cd9ba423fc139c7db4433a1a802 (diff) |
sync text
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-x | engine/hall_of_fame.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |