diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:41 +0100 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:41 +0100 |
commit | 3d5864529e93265ea1711b638a4ab7b3d563086d (patch) | |
tree | 6644aec0197da0d2f6cd09a93b96226003687a93 /src/braille_puzzles.c | |
parent | 0042dd649d9cc5a4986a83f926b936dc881451b9 (diff) |
label changes for clarity
Diffstat (limited to 'src/braille_puzzles.c')
-rw-r--r-- | src/braille_puzzles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/braille_puzzles.c b/src/braille_puzzles.c index 37eda65d3..94643691c 100644 --- a/src/braille_puzzles.c +++ b/src/braille_puzzles.c @@ -16,7 +16,7 @@ #include "rom6.h" extern u8 gPlayerPartyCount; -extern u8 gUnknown_03005CE0; +extern u8 gLastFieldPokeMenuOpened; extern u32 gUnknown_0202FF84[]; @@ -106,7 +106,7 @@ bool8 ShouldDoBrailleFlyEffect(void) void DoBrailleFlyEffect(void) { - gUnknown_0202FF84[0] = gUnknown_03005CE0; + gUnknown_0202FF84[0] = gLastFieldPokeMenuOpened; FieldEffectStart(0x3C); } |