diff options
author | yenatch <yenatch@gmail.com> | 2015-09-09 16:02:55 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-09-09 16:02:55 -0400 |
commit | cc0d5d4c8bb9721f8ab0354d87c8f6d848dbe23b (patch) | |
tree | 2ab9e19e9f85d1894b42cb93dd969fa57327b0ed /text/common_3.asm | |
parent | c432709715df83f5cd063fd5b14684389e037e15 (diff) | |
parent | 0d4c2776d927e5d3162d9a4430fc82f35bf50be5 (diff) |
Merge pull request #312 from JimB16/master
Added comments and changed labels (mainly for BattleTower)
Diffstat (limited to 'text/common_3.asm')
-rw-r--r-- | text/common_3.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/common_3.asm b/text/common_3.asm index c73e91d74..02adfea43 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -129,29 +129,29 @@ UnknownText_0x1c02c9: ; 1c02c9 prompt ; 1c02df -UnknownText_0x1c02df: ; 1c02df +Text_GoPkmn: ; 1c02df text "Go! @" db "@" ; 1c02e6 -UnknownText_0x1c02e6: ; 1c02e6 +Text_DoItPkmn: ; 1c02e6 text "Do it! @" db "@" ; 1c02f0 -UnknownText_0x1c02f0: ; 1c02f0 +Text_GoForItPkmn: ; 1c02f0 text "Go for it," line "@" db "@" ; 1c02fe -UnknownText_0x1c02fe: ; 1c02fe +Text_YourFoesWeakGetmPkmn: ; 1c02fe text "Your foe's weak!" line "Get'm, @" db "@" ; 1c0317 -UnknownText_0x1c0317: ; 1c0317 +Text_BattleMonNick01: ; 1c0317 text_from_ram BattleMonNick text "!" done @@ -1074,7 +1074,7 @@ UnknownText_0x1c0fdd: ; 1c0fdd done ; 1c0feb -UnknownText_0x1c0feb: ; 1c0feb +Text_WasSentToBillsPC: ; 1c0feb text_from_ram StringBuffer1 text " was" line "sent to BILL's PC." |