mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-12 20:15:49 -05:00
Clean menu_input
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef GUARD_CODE_800558C_1_H
|
||||
#define GUARD_CODE_800558C_1_H
|
||||
|
||||
void nullsub_7(s16 *);
|
||||
void nullsub_10(bool8);
|
||||
void nullsub_12(void);
|
||||
void nullsub_13(void);
|
||||
|
||||
16
include/code_80118A4.h
Normal file
16
include/code_80118A4.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef GUARD_CODE_80118A4_H
|
||||
#define GUARD_CODE_80118A4_H
|
||||
|
||||
void FadeOutAllMusic(u16);
|
||||
void PlayMenuSoundEffect(u32);
|
||||
void PlaySound(u16);
|
||||
void sub_801180C(void);
|
||||
void sub_8011830(void);
|
||||
void sub_8011860(void);
|
||||
void xxx_call_fade_in_new_bgm(u16, u16);
|
||||
void xxx_call_fade_out_bgm(u16);
|
||||
void xxx_call_start_bg_music(void);
|
||||
void xxx_call_stop_bgm(void);
|
||||
void xxx_call_stop_fanfare_se(u16);
|
||||
|
||||
#endif // GUARD_CODE_80118A4_H
|
||||
@@ -1,5 +1,10 @@
|
||||
#ifndef GUARD_GULPIN_SHOP_H
|
||||
#define GUARD_GULPIN_SHOP_H
|
||||
#define GUARD_GULPIN_SHOP_H
|
||||
|
||||
#include "constants/move.h"
|
||||
#include "file_system.h"
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
|
||||
// size: 0x18C
|
||||
struct GulpinShopWork
|
||||
|
||||
@@ -11,5 +11,6 @@ u8 sub_8092354(u8 index);
|
||||
u8 sub_8092364(u8 index);
|
||||
void CopyAbilityNametoBuffer(char *buffer, u8 index);
|
||||
u8 *GetAbilityDescription(u8 index);
|
||||
u32 ReturnIntFromChar2(u8);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user