mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 16:55:10 -05:00
Adding in event stabilization
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "string.h"
|
||||
|
||||
int global_frame_count = 0;
|
||||
bool rand_enabled = true;
|
||||
|
||||
void global_next_frame()
|
||||
{
|
||||
@@ -33,4 +34,12 @@ void global_next_frame()
|
||||
int get_frame_count()
|
||||
{
|
||||
return global_frame_count;
|
||||
}
|
||||
|
||||
void enable_auto_random(){
|
||||
rand_enabled = true;
|
||||
}
|
||||
|
||||
void disable_auto_random(){
|
||||
rand_enabled = false;
|
||||
}
|
||||
Reference in New Issue
Block a user