diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-05 11:57:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 11:57:54 -0600 |
commit | 7597433af6bb89986cf7c69617923cabcbec17c1 (patch) | |
tree | 76480f2a45cb5a6f1fd5ff845fde26a06bf5513c /src/battle_script_commands.c | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) | |
parent | ddcf52bcae7ed6909215f2c79b3e75ffb1f940bd (diff) |
Merge pull request #130 from DizzyEggg/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index d9b35c053..f91a52480 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6782,8 +6782,8 @@ static bool8 sub_804F344(void) return (gBattle_BG2_X != 0x1A0); } -#define sDestroy data0 -#define sSavedLvlUpBoxXPosition data1 +#define sDestroy data[0] +#define sSavedLvlUpBoxXPosition data[1] static void PutMonIconOnLvlUpBox(void) { |