diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-16 13:49:36 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-16 13:49:36 -0500 |
commit | 91dd7f5cc3ed4c641e02d42397e08877560a7a58 (patch) | |
tree | 2d10575a006b8ff1c5527f20065528870f6f3096 /src/pokemon_jump.c | |
parent | ac1738e11dcfc0a574f90b4f4905c2533630eb50 (diff) |
Port librfu from firered
Diffstat (limited to 'src/pokemon_jump.c')
-rwxr-xr-x | src/pokemon_jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c index c7ce6ddf7..1a1dab13c 100755 --- a/src/pokemon_jump.c +++ b/src/pokemon_jump.c @@ -2040,7 +2040,7 @@ static int sub_802C6B0(void) static bool32 sub_802C70C(void) { - return !gUnknown_03005000.unk_124.unk_8c2 && !gUnknown_03005000.unk_9e8.unk_232; + return !Rfu.unk_124.unk_8c2 && !Rfu.unk_9e8.unk_232; } static int sub_802C73C(u8 *arg0) |