114 lines
4.3 KiB
C#
114 lines
4.3 KiB
C#
namespace AK
|
|
{
|
|
public class EVENTS
|
|
{
|
|
public static uint CONFIRM = 1517537939U;
|
|
public static uint DEFAULTENDHOLD = 2505666480U;
|
|
public static uint DEFAULTFLICK = 3627244205U;
|
|
public static uint DEFAULTSTARTHOLD = 2388618003U;
|
|
public static uint DEFAULTSTAY = 1372602579U;
|
|
public static uint DEFAULTTAP = 2262739839U;
|
|
public static uint ENTERTOGAME = 3220617700U;
|
|
public static uint OPENSTORYBLOCK = 1584519635U;
|
|
public static uint PAUSESONG = 1650034634U;
|
|
public static uint PLAYOFFSETMUSIC = 3566916299U;
|
|
public static uint PLAYPREVIEW = 2727732517U;
|
|
public static uint PLAYSONG = 290606676U;
|
|
public static uint RESUMESONG = 3332337159U;
|
|
public static uint SELECTDIFFICULTY = 3093683834U;
|
|
public static uint STOPSONG = 3341952226U;
|
|
public static uint SWITCHTAB = 3869171442U;
|
|
public static uint TOUCHTOSTART = 3357374771U;
|
|
} // public class EVENTS
|
|
|
|
public class SWITCHES
|
|
{
|
|
public class CHAPTER
|
|
{
|
|
public static uint GROUP = 3370370056U;
|
|
|
|
public class SWITCH
|
|
{
|
|
public static uint CHAPTER0 = 1183684776U;
|
|
public static uint CHAPTER1 = 1183684777U;
|
|
} // public class SWITCH
|
|
} // public class CHAPTER
|
|
|
|
public class CHAPTER0
|
|
{
|
|
public static uint GROUP = 1183684776U;
|
|
|
|
public class SWITCH
|
|
{
|
|
public static uint ALUNITE_CAS = 2507417087U;
|
|
public static uint CHAOS_ZONE = 2596658740U;
|
|
public static uint CHAPTER_0_TUTORIAL = 2730052214U;
|
|
public static uint DROWNING_IN_A_MOMENT = 177815898U;
|
|
public static uint FATE_OF_FEAR = 2521149362U;
|
|
public static uint LEAVE_WORLDS_WITH_SMILE = 3613796964U;
|
|
public static uint LUNAR_SHADE = 2841092029U;
|
|
public static uint PALINGENESIS_OF_FFFFFF = 3841829234U;
|
|
public static uint REGISTER = 554627078U;
|
|
public static uint SOLITUDES = 2426055465U;
|
|
public static uint SPACE_RAIN = 3094374598U;
|
|
public static uint WORLD_FOR_WHITE_LIES = 4104344593U;
|
|
public static uint YOUR_SHADOW = 3924398335U;
|
|
} // public class SWITCH
|
|
} // public class CHAPTER0
|
|
|
|
public class CHAPTER1
|
|
{
|
|
public static uint GROUP = 1183684777U;
|
|
|
|
public class SWITCH
|
|
{
|
|
public static uint ABSOLUTELY_0 = 2478735458U;
|
|
public static uint ASYMPTOTICAL_STABILITY = 2049741433U;
|
|
public static uint FREEZING_POINT = 1748099318U;
|
|
public static uint HEAVENLY_DYSTOPIA = 1376130227U;
|
|
public static uint LAST_REMAINS = 2113868303U;
|
|
public static uint LEVIATHAN = 3862550981U;
|
|
public static uint SERENE = 1815191009U;
|
|
public static uint SONATA_OF_DREAM = 54936379U;
|
|
} // public class SWITCH
|
|
} // public class CHAPTER1
|
|
|
|
} // public class SWITCHES
|
|
|
|
public class GAME_PARAMETERS
|
|
{
|
|
public static uint MASTERVOLUME = 2918011349U;
|
|
public static uint MUSICVOLUME = 2346531308U;
|
|
public static uint PREVIEW_HIGHPASS = 4043093737U;
|
|
public static uint PREVIEW_LOWPASS = 363065643U;
|
|
public static uint PREVIEW_VOLUME = 2183069388U;
|
|
public static uint SONG_HIGHPASS = 2191510614U;
|
|
public static uint SONG_LOWPASS = 3534982690U;
|
|
public static uint SONG_VOLUME = 2936015903U;
|
|
public static uint SOUNDFXVOLUME = 336603982U;
|
|
public static uint UIVOLUME = 3415057477U;
|
|
} // public class GAME_PARAMETERS
|
|
|
|
public class BANKS
|
|
{
|
|
public static uint INIT = 1355168291U;
|
|
public static uint ICHNI = 2458106708U;
|
|
} // public class BANKS
|
|
|
|
public class BUSSES
|
|
{
|
|
public static uint MASTER = 4056684167U;
|
|
public static uint MUSIC = 3991942870U;
|
|
public static uint SOUNDFX = 2810670744U;
|
|
public static uint UI = 1551306167U;
|
|
} // public class BUSSES
|
|
|
|
public class AUDIO_DEVICES
|
|
{
|
|
public static uint NO_OUTPUT = 2317455096U;
|
|
public static uint SYSTEM = 3859886410U;
|
|
} // public class AUDIO_DEVICES
|
|
|
|
}// namespace AK
|
|
|