mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-26 08:19:51 -05:00
Oops, here's the rest
This commit is contained in:
parent
938f8cf177
commit
64e366755e
|
|
@ -2,7 +2,8 @@
|
|||
#include "constants/input.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
struct AdventureLog
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
#include "global.h"
|
||||
#include "adventure_log.h"
|
||||
#include "input.h"
|
||||
#include "main_menu.h"
|
||||
#include "adventure_log.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
|
||||
extern void CreateAdventureLogScreen(u32);
|
||||
extern u32 HandleAdventureLogInput(u32);
|
||||
extern void CleanAdventureLogScreen();
|
||||
extern void CleanAdventureLogScreen(void);
|
||||
|
||||
void CreateAdventureLogMenu(void)
|
||||
{
|
||||
|
|
@ -24,8 +24,7 @@ u32 UpdateAdventureLogMenu(void)
|
|||
u32 nextMenu;
|
||||
nextMenu = MENU_NO_SCREEN_CHANGE;
|
||||
|
||||
switch(HandleAdventureLogInput(1))
|
||||
{
|
||||
switch (HandleAdventureLogInput(1)) {
|
||||
case 0:
|
||||
case 1:
|
||||
break;
|
||||
|
|
@ -37,4 +36,4 @@ u32 UpdateAdventureLogMenu(void)
|
|||
break;
|
||||
}
|
||||
return nextMenu;
|
||||
}
|
||||
}
|
||||
|
|
@ -12,7 +12,8 @@
|
|||
#include "play_time.h"
|
||||
#include "save.h"
|
||||
#include "game_options.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "exclusive_pokemon.h"
|
||||
#include "pokemon.h"
|
||||
#include "rescue_team_info.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "file_system.h"
|
||||
#include "memory.h"
|
||||
#include "input.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text_util.h"
|
||||
|
||||
struct unkStruct_203B200
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "constants/colors.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "item.h"
|
||||
#include "memory.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "pokemon_3.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "subStruct_203B240.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
#include "team_inventory.h"
|
||||
#include "memory.h"
|
||||
#include "input.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "rescue_team_info.h"
|
||||
#include "code_800D090.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "pokemon.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "memory.h"
|
||||
#include "input.h"
|
||||
#include "code_801EE10.h"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "pokemon.h"
|
||||
#include "input.h"
|
||||
#include "code_800D090.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
#include "global.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "pokemon.h"
|
||||
#include "exclusive_pokemon.h"
|
||||
#include "friend_area.h"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
#include "friend_area.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "item.h"
|
||||
#include "team_inventory.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "pokemon_3.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "item.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@
|
|||
#include "pokemon.h"
|
||||
#include "pokemon_3.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "input.h"
|
||||
#include "item.h"
|
||||
#include "menu_input.h"
|
||||
#include "code_8023144.h"
|
||||
#include "text.h"
|
||||
#include "text2.h"
|
||||
|
||||
struct unkStruct_203B294 *gUnknown_203B294;
|
||||
extern u8 gAvailablePokemonNames[];
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "constants/colors.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "dungeon_global_data.h"
|
||||
#include "pokemon.h"
|
||||
#include "code_8094F88.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#include "global.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
// size: 0x6C
|
||||
struct unkCreditsStruct_203B340
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
#include "save.h"
|
||||
#include "text_util.h"
|
||||
#include "menu_input.h"
|
||||
#include "text1.h"
|
||||
|
||||
EWRAM_DATA_2 struct DebugMenu *gUnknown_203B3EC = {0};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "debug_menu.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "menu.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
#include "team_inventory.h"
|
||||
#include "memory.h"
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu_input.h"
|
||||
#include "friend_area.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "input.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
|
||||
u32 CreateDualSlotMenu(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
#include "global.h"
|
||||
#include "pokemon.h"
|
||||
#include "felicity_bank.h"
|
||||
#include "file_system.h"
|
||||
#include "input.h"
|
||||
#include "felicity_bank.h"
|
||||
#include "memory.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text.h"
|
||||
#include "menu_input.h"
|
||||
#include "pokemon.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
EWRAM_DATA_2 struct FelicityBankWork *gFelicityBankWork = {0};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "menu.h"
|
||||
#include "item.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "constants/dungeon.h"
|
||||
#include "memory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "menu.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
#include "constants/communication_error_codes.h"
|
||||
#include "constants/monster.h"
|
||||
#include "constants/wonder_mail.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "input.h"
|
||||
#include "item.h"
|
||||
|
|
@ -294,8 +295,6 @@ extern void sub_802F2C0(void);
|
|||
extern void sub_8030DE4(void);
|
||||
extern void sub_802453C(void);
|
||||
extern void sub_801B450(void);
|
||||
extern void sub_800641C(struct UnkTextStruct2 *a0, u8 a1, u8 a2);
|
||||
extern void sub_8006518(struct UnkTextStruct2 *);
|
||||
extern u8 sub_800D588(void);
|
||||
extern void sub_8011830(void);
|
||||
extern void sub_80141B4(const u8 *, u32, struct OpenedFile **, u32);
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "memory.h"
|
||||
#include "moves.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "menu.h"
|
||||
#include "gulpin_shop.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include "file_system.h"
|
||||
#include "input.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "team_inventory.h"
|
||||
#include "menu_input.h"
|
||||
#include "gulpin_shop.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include "menu_input.h"
|
||||
#include "pokemon.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
extern u8 gUnknown_202DE58[];
|
||||
extern u8 gUnknown_202E1C8[];
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include "menu_input.h"
|
||||
#include "pokemon.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
extern struct KecleonBrosWork *gKecleonBrosWork;
|
||||
extern struct unkStruct_203B214 *gUnknown_203B214;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
#include "file_system.h"
|
||||
#include "memory.h"
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "pokemon.h"
|
||||
#include "save.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
#include "menu.h"
|
||||
#include "pokemon.h"
|
||||
#include "random.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "team_inventory.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu.h"
|
||||
#include "input.h"
|
||||
#include "mailbox.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include "crt0.h"
|
||||
#include "random.h"
|
||||
#include "flash.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
|
||||
extern char ewram_start[];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu.h"
|
||||
#include "input.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include "memory.h"
|
||||
#include "menu_input.h"
|
||||
#include "pokemon.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
extern u8 gUnknown_202E5D8[];
|
||||
extern u8 gUnknown_202E1C8[];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include "constants/colors.h"
|
||||
#include "constants/input.h"
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
#include "text2.h"
|
||||
#include "util.h"
|
||||
#include "code_800D090.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "constants/colors.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "game_options.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "team_inventory.h"
|
||||
#include "menu.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "menu_input.h"
|
||||
#include "dungeon_global_data.h"
|
||||
#include "pokemon.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
#include "menu.h"
|
||||
#include "memory.h"
|
||||
#include "pokemon.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "team_inventory.h"
|
||||
#include "constants/move.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "item.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu.h"
|
||||
#include "input.h"
|
||||
#include "wonder_mail.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
#include "save.h"
|
||||
#include "memory.h"
|
||||
#include "game_options.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "menu.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "pokemon_mail.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu.h"
|
||||
#include "save.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
#include "constants/mailbox.h"
|
||||
#include "menu.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "wonder_mail.h"
|
||||
#include "code_800D090.h"
|
||||
#include "code_8094F88.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
#include "menu.h"
|
||||
#include "pokemon.h"
|
||||
#include "save.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "main_menu.h"
|
||||
#include "rescue_password_menu.h"
|
||||
#include "code_8094F88.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "menu.h"
|
||||
#include "main_menu.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "save.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#include "code_800558C.h"
|
||||
#include "code_800B540.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
EWRAM_DATA struct UnkTextStruct1 gUnknown_2027370[4];
|
||||
EWRAM_DATA u8 *gCharmaps[2];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
// data.s
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
#include "menu.h"
|
||||
#include "input.h"
|
||||
#include "rescue_password_menu.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "text_util.h"
|
||||
#include "team_inventory.h"
|
||||
#include "code_800D090.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
#include "save.h"
|
||||
#include "menu.h"
|
||||
#include "menu_input.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
EWRAM_DATA_2 struct TradeItemsMenu *gTradeItemsMenu = {0};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
#include "pokemon.h"
|
||||
#include "input.h"
|
||||
#include "team_inventory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "memory.h"
|
||||
#include "menu_input.h"
|
||||
#include "friend_area.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
#include "wonder_mail.h"
|
||||
#include "memory.h"
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "team_inventory.h"
|
||||
#include "rescue_password_menu.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "pokemon.h"
|
||||
#include "pokemon_mail.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "menu.h"
|
||||
#include "save.h"
|
||||
#include "game_options.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "constants/mailbox.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "menu.h"
|
||||
#include "code_802C39C.h"
|
||||
#include "menu_input.h"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#include "code_800D090.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "pokemon_mail.h"
|
||||
#include "wonder_mail.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "memory.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "mailbox.h"
|
||||
#include "menu.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#include "global.h"
|
||||
#include "constants/input.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "wonder_mail.h"
|
||||
#include "menu.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "constants/input.h"
|
||||
#include "global.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "memory.h"
|
||||
#include "item.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#include "global.h"
|
||||
#include "constants/wonder_mail.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "dungeon.h"
|
||||
#include "pokemon.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
#include "code_802C39C.h"
|
||||
#include "wonder_mail.h"
|
||||
#include "menu_input.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
||||
struct unkStruct_203B2FC
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
#include "constants/communication_error_codes.h"
|
||||
#include "save.h"
|
||||
#include "memory.h"
|
||||
#include "text.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
#include "input.h"
|
||||
#include "wonder_mail.h"
|
||||
#include "menu.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user