diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 14:45:10 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 14:45:10 -0500 |
commit | 46e66077a5a4d8d716ac3437e291c958df7809b4 (patch) | |
tree | c29cdf82dd9d9d241301fe55ca2c9ec72a3deda5 /battle/effects/sandstorm.asm | |
parent | f0830f084f74a9187dd71b64ad77db400d541f2d (diff) |
BattleCommand labels copied from macros
Diffstat (limited to 'battle/effects/sandstorm.asm')
-rw-r--r-- | battle/effects/sandstorm.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/sandstorm.asm b/battle/effects/sandstorm.asm index a33db7f8c..27b8e8e2c 100644 --- a/battle/effects/sandstorm.asm +++ b/battle/effects/sandstorm.asm @@ -1,4 +1,4 @@ -BattleCommand59: ; 376f8 +BattleCommand_StartSandstorm: ; 376f8 ; startsandstorm ld a, [Weather] |