diff options
author | YamaArashi <shadow962@live.com> | 2015-10-11 11:16:52 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-11 11:16:52 -0700 |
commit | 7a16daf6ee4e3c08113e468a5138838b4c2639d6 (patch) | |
tree | 1ad5eb33998830cc80cef3b4d97b783a49f1cdb2 /asm | |
parent | 63ee8445108ada01280d2de23c73af5394a2cf03 (diff) |
add move descriptions
Diffstat (limited to 'asm')
-rw-r--r-- | asm/charmap.s | 3 | ||||
-rw-r--r-- | asm/emerald.s | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 7ab496501..1ac2e9307 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -1,5 +1,7 @@ .charmap " ", 0x00 .charmap "é", 0x1B + .charmap "(", 0x5C + .charmap ")", 0x5D .charmap "0", 0xA1 .charmap "1", 0xA2 .charmap "2", 0xA3 @@ -81,3 +83,4 @@ .charmap "$", 0xFF .charmapconst PKMN, 0x53, 0x54 + .charmapconst next, 0xFE diff --git a/asm/emerald.s b/asm/emerald.s index 56ac59daf..c3b527a0a 100644 --- a/asm/emerald.s +++ b/asm/emerald.s @@ -872848,7 +872848,7 @@ sub_81C3E9C: ; 81C3E9C bne @081C3F00 adds r0, r4, 0 bl sub_81C3C5C - ldr r1, =gUnknown_0861C524 + ldr r1, =gMoveDescriptionPointers subs r0, r4, 0x1 lsls r0, 2 adds r0, r1 @@ -903061,7 +903061,7 @@ sub_81D28FC: ; 81D28FC adds r2, r5, 0 movs r3, 0x6A bl Print - ldr r1, =gUnknown_0861C524 + ldr r1, =gMoveDescriptionPointers mov r0, r9 subs r0, 0x1 lsls r0, 2 |