diff options
author | Deokishisu <edsaletto@gmail.com> | 2018-05-17 19:19:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-17 19:19:41 -0400 |
commit | e4038a88112ad214727ec48f0649503e47b09e3a (patch) | |
tree | a8f65601146012cb892b902301107b0ddf2b985f /src | |
parent | 52882b573727be59a959088d84a7955bb37dd97d (diff) |
Change GetTradeSceneStrings to SetTradeSceneStrings
Diffstat (limited to 'src')
-rw-r--r-- | src/trade.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/trade.c b/src/trade.c index 0bd13a6d8..50c69bc6d 100644 --- a/src/trade.c +++ b/src/trade.c @@ -207,7 +207,7 @@ static void sub_804E1DC(void); static void sub_804BBCC(void); static void sub_804D8E4(void); static void sub_804C164(void); -static void GetTradeSceneStrings(void); +static void SetTradeSceneStrings(void); #ifdef NONMATCHING static #endif @@ -4096,7 +4096,7 @@ static void sub_804B41C(void) case 11: sub_804BBE8(5); sub_804BBE8(0); - GetTradeSceneStrings(); + SetTradeSceneStrings(); BeginNormalPaletteFade(-1, 0, 16, 0, 0); gMain.state ++; break; @@ -4451,7 +4451,7 @@ static NAKED void sub_804B41C(void) "\tbl sub_804BBE8\n" "\tmovs r0, 0\n" "\tbl sub_804BBE8\n" - "\tbl GetTradeSceneStrings\n" + "\tbl SetTradeSceneStrings\n" "\tmovs r0, 0x1\n" "\tnegs r0, r0\n" "\tmovs r1, 0\n" @@ -4563,7 +4563,7 @@ void sub_804B790(void) case 11: sub_804BBE8(5); sub_804BBE8(0); - GetTradeSceneStrings(); + SetTradeSceneStrings(); BeginNormalPaletteFade(-1, 0, 16, 0, 0); gMain.state ++; break; @@ -4772,9 +4772,9 @@ static void sub_804C164(void) LoadSpritePalette(&gUnknown_082159B4); } -static void GetTradeSceneStrings(void) +static void SetTradeSceneStrings(void) { - /*Gets the variable strings printed on the + /*Sets the variable strings printed on the *actual trading screen. For use in strings *like "[Pokemon] will be sent to [Trainer]." */ |