diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-20 17:22:25 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-20 17:22:25 +0100 |
commit | 8380fc63dc15a6874a2bdc5b5a4b08caeb3d4731 (patch) | |
tree | c0eb7780f0fb51ca9395eefbb119de34f36af538 /src/battle_controller_player.c | |
parent | 38af0f78ea73dc1eec582aff9a5bc37cd06412e0 (diff) | |
parent | 7e6a68a99a832383e7cbf3c91aef321dd46ed61f (diff) |
Merge branch 'master' into kobold_fixes
Diffstat (limited to 'src/battle_controller_player.c')
-rw-r--r-- | src/battle_controller_player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_player.c b/src/battle_controller_player.c index e497dbfe2..08c666d11 100644 --- a/src/battle_controller_player.c +++ b/src/battle_controller_player.c @@ -234,7 +234,7 @@ static void (*const sPlayerBufferCommands[CONTROLLER_CMDS_COUNT])(void) = static const u8 sTargetIdentities[] = {IDENTITY_PLAYER_MON1, IDENTITY_PLAYER_MON2, IDENTITY_OPPONENT_MON2, IDENTITY_OPPONENT_MON1}; // unknown unused data -static const u8 gUnknown_0831C5FC[] = {0x48, 0x48, 0x20, 0x5a, 0x50, 0x50, 0x50, 0x58}; +static const u8 sUnknown_0831C5FC[] = {0x48, 0x48, 0x20, 0x5a, 0x50, 0x50, 0x50, 0x58}; void nullsub_21(void) { |