From 327faac497b4195dbf1d3c8dbfeb2adcda9deb27 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 11 Oct 2015 12:15:03 -0400 Subject: Magikarp functions moved to event/magikarp.asm --- text/common_3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text') diff --git a/text/common_3.asm b/text/common_3.asm index 02adfea43..cf5f9b4d8 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -1222,7 +1222,7 @@ UnknownText_0x1c123a: ; 1c123a text_from_ram StringBuffer1 text " caught by" line "@" - text_from_ram wdfe9 + 1 + text_from_ram wBestMagikarpLengthInches + 1 text_waitbutton db "@" ; 1c1260 -- cgit v1.2.3 From 8c2766e1b955b6b23a78d014340f51a281b2a114 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 13 Oct 2015 11:37:10 -0400 Subject: ldtile and dwtile macros added and globally implemented --- text/common_3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text') diff --git a/text/common_3.asm b/text/common_3.asm index cf5f9b4d8..996678adf 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -1222,7 +1222,7 @@ UnknownText_0x1c123a: ; 1c123a text_from_ram StringBuffer1 text " caught by" line "@" - text_from_ram wBestMagikarpLengthInches + 1 + text_from_ram wMagikarpRecordHoldersName text_waitbutton db "@" ; 1c1260 -- cgit v1.2.3