diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-18 09:27:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-18 09:27:17 -0600 |
commit | d7588d1e3662b056294d7ab491e20f6b532e8d4e (patch) | |
tree | bcd1b04183a25801decaa5baca4659abb04613b1 /common.asm | |
parent | a44a296bfb7e84d46bb88b86f18fc1b3a5bbb8c7 (diff) |
switch @, $50 to @@
hg-commit-id: 3e116891bf00
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -56574,10 +56574,8 @@ _UnnamedText_74ad3: ; 0x95ed5 db "intense fight!", $55 db "You have won!", $55 db "As proof, here is", $55 - db "the EARTHBADGE!@" + db "the EARTHBADGE!@@" ; 0x95ed5 + 85 bytes - -db $50 _UnnamedText_95f2b: ; 0x95f2b db $0, "Having lost, I", $4f @@ -56590,10 +56588,8 @@ _UnnamedText_95f2b: ; 0x95f2b db "of #MON!", $51 db "Let us meet again", $4f db "some day!", $55 - db "Farewell!@" + db "Farewell!@@" ; 0x95f2b + 160 bytes - -db $50 _ViridianGymText12: ; 0x95fcc db $0, "The EARTHBADGE", $4f |