diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 21:39:28 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 21:39:28 -0400 |
commit | 0f618efb15b2ca6248d73c979fab7df248563e5a (patch) | |
tree | 581d1a5c7be1ab204439a390ff19ca231f0d2b6e /src/pokemon_jump_2.c | |
parent | 781aa8949c1e7ea0b1ac2c7fa3ae36226e98c289 (diff) |
Finish overworld.c
Diffstat (limited to 'src/pokemon_jump_2.c')
-rw-r--r-- | src/pokemon_jump_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_jump_2.c b/src/pokemon_jump_2.c index aa1238e3f..9f2f9e404 100644 --- a/src/pokemon_jump_2.c +++ b/src/pokemon_jump_2.c @@ -1883,7 +1883,7 @@ static int sub_81497A8(void) static bool32 sub_8149804(void) { - return !Rfu.unk_124.count && !Rfu.unk_9e8.count; + return !Rfu.unk_124.count && !Rfu.sendQueue.count; } static int sub_8149834(u8 *arg0) |