diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-17 13:38:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-17 13:38:33 -0400 |
commit | 71b40f50c0de173913d11f1e5bc228060cb4a49b (patch) | |
tree | 4029150523fe2157e746640de6375e9530f7a2d9 /asm/trader.s | |
parent | 4b04e92e8b236d91ea5cc45813f914f10a86b748 (diff) | |
parent | 74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff) |
Merge branch 'master' into field_map_obj
Diffstat (limited to 'asm/trader.s')
-rw-r--r-- | asm/trader.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/trader.s b/asm/trader.s index bddf53324..e93bceccb 100644 --- a/asm/trader.s +++ b/asm/trader.s @@ -92,7 +92,7 @@ sub_8133A78: @ 8133A78 movs r2, 0 bl GetStringWidth adds r6, r0, 0 - ldr r1, =gUnknown_085E8D38 + ldr r1, =gText_FiveMarks movs r0, 0x1 movs r2, 0 bl GetStringWidth @@ -163,7 +163,7 @@ _08133B3C: movs r1, 0 str r1, [sp, 0x8] movs r1, 0x1 - ldr r2, =gUnknown_085E8D38 + ldr r2, =gText_FiveMarks movs r3, 0x8 bl PrintTextOnWindow b _08133B94 |