summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-12-06 19:29:35 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2016-12-06 19:29:35 -0500
commitc4fbac1fefb86ed01cb4a5cd53561abedabc83a5 (patch)
tree3acc0d1f996b5156a203780a6f477e3de61bbb6f /text.asm
parenta61698a37a176ac968bc242072f6467770279257 (diff)
Still more hardcoded ROM pointers
Diffstat (limited to 'text.asm')
-rwxr-xr-xtext.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/text.asm b/text.asm
index ae7bfc9..f386952 100755
--- a/text.asm
+++ b/text.asm
@@ -109,23 +109,23 @@ Data_2b6b:
db $07, $6c, $46, $14, $20, $49
db "12345678 @"
-Data_2b7b:
+PokemonIsTiredText:
db $05, $54, $42, $14, $00, $39
db "POKeMON IS TIRED @"
-Data_2b93:
+ItemNotFoundText:
db $05, $54, $43, $14, $00, $37
db "ITEM NOT FOUND @"
-Data_2ba9:
+PokemonRecoveredText:
db $05, $54, $41, $14, $00, $3a
db "POKeMON RECOVERED @"
-Data_2bc2:
+TryNextPlaceText:
db $05, $54, $43, $14, $00, $37
db "TRY NEXT PLACE @"
-Data_2bd8:
+YeahYouGotItText:
db $05, $54, $42, $14, $00, $39
db "YEAH! YOU GOT IT @"