mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Adjusting Fennel's appearing and disappearing
This commit is contained in:
@@ -832,11 +832,11 @@ bool run_conditional(int index)
|
||||
return true;
|
||||
|
||||
case CMD_SHOW_PROF:
|
||||
load_flex_background(FLEXBG_FENNEL, 2);
|
||||
//load_flex_background(FLEXBG_FENNEL, 3);
|
||||
return true;
|
||||
|
||||
case CMD_HIDE_PROF:
|
||||
load_flex_background(FLEXBG_FENNEL, 3);
|
||||
//load_flex_background(FLEXBG_FENNEL, 3);
|
||||
return true;
|
||||
|
||||
case CMD_SET_TUTOR_TRUE:
|
||||
|
||||
Reference in New Issue
Block a user