mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
add move descriptions
This commit is contained in:
parent
63ee844510
commit
7a16daf6ee
@ -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
|
||||
|
@ -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
|
||||
|
@ -11115,10 +11115,10 @@ gUnknown_08618160: ; 8618160
|
||||
.incbin "base_emerald.gba", 0x618160, 0x18
|
||||
|
||||
gUnknown_08618178: ; 8618178
|
||||
.incbin "base_emerald.gba", 0x618178, 0x43ac
|
||||
.incbin "base_emerald.gba", 0x618178, 0x49
|
||||
|
||||
gUnknown_0861C524: ; 861C524
|
||||
.incbin "base_emerald.gba", 0x61c524, 0x588
|
||||
; 86181C1
|
||||
.include "data/text/move_descriptions.s"
|
||||
|
||||
; 861CAAC
|
||||
.include "data/text/nature_names.s"
|
||||
|
1419
data/text/move_descriptions.s
Normal file
1419
data/text/move_descriptions.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user