diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
commit | d2e3b286a4ac5530b299fe7fc0530df734584bb3 (patch) | |
tree | e4e18350a17116f7104b053c13d7c3c93489a6b2 /home/text.asm | |
parent | dff855fedfd7632a24340c4e36df2810edb8db83 (diff) |
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibility)
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 4ea9b6db..5c749208 100644 --- a/home/text.asm +++ b/home/text.asm @@ -732,7 +732,7 @@ Text_TX_SCROLL:: ; 1342 (0:1342) ret Text_TX_ASM:: ; 1351 (0:1351) - jp [hl] + jp hl Text_TX_NUM:: ; 1352 (0:1352) ld a, [hli] |