diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-11-04 16:46:26 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-11-04 16:46:26 -0500 |
commit | c3080a5a2a4985f75155fba0bb307cdf7e90bfb5 (patch) | |
tree | 05e75dd275b2709a4a12848cc91a07fa50a3a150 /src | |
parent | 70ff0d1735918ecf7daba1e9a043ec15c2171c42 (diff) |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_factory_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_factory_screen.c b/src/battle_factory_screen.c index 99dfe7cf6..1242d6359 100644 --- a/src/battle_factory_screen.c +++ b/src/battle_factory_screen.c @@ -3084,7 +3084,7 @@ static void sub_819D9EC(u8 taskId) } } -// This should be called at the top of CB2_InitSelectScreen +// This should be called at the top of CB2_InitSwapScreen // sFactorySwapScreen is dereferenced prior to being allocated otherwise static NOINLINE void Swap_InitStruct(void) { |