diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 02:53:05 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 02:53:05 +0100 |
commit | bb72dcf19dc13d07234b50fbaabb7e5f74f1ac63 (patch) | |
tree | 0d6daa2877725eebc49fcfdaf0b253fb72191a02 /src/pokeblock.c | |
parent | 9e3e6173760ebdbe58eda2986b9f21d31f774f16 (diff) |
Further synchronisation
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index 03939556c..6e3f5d9e1 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -124,9 +124,9 @@ const s8 gPokeblockFlavorCompatibilityTable[] = void (*const gUnknown_083F7EA8[])(void) = { sub_80A5B40, - c2_exit_to_overworld_2_switch, + CB2_ReturnToField, sub_802E424, - c2_exit_to_overworld_2_switch + CB2_ReturnToField }; const u8 *const gPokeblockNames[] = |