diff options
author | mid-kid <esteve.varela@gmail.com> | 2021-11-03 00:08:22 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2021-11-03 00:08:22 +0100 |
commit | 412a2d1dbe078933e081e06fa29c0a24d0d2b2b9 (patch) | |
tree | d1f83946da793d5af457d66e8a67300e7cae34cb /data/item | |
parent | dd128d78c6da20395edcbe8dab8a224aa6679146 (diff) |
Extract shop dialogue
Diffstat (limited to 'data/item')
-rw-r--r-- | data/item/item_names.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/item/item_names.s b/data/item/item_names.s index 180f3f8..99d36dd 100644 --- a/data/item/item_names.s +++ b/data/item/item_names.s @@ -779,8 +779,7 @@ ItemNameUpgrade: .global ItemNamePoke ItemNamePoke: -.byte 0x83, 0xbf, 0x83, 0xc4 -.string "\0" +.string "{POKE}\0" .align 2,0 .global ItemNameChestnut |