pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.07k stars 778 forks source link

Dummy labels in data/moves/animations.asm #1047

Closed aaaaaa123456789 closed 1 year ago

aaaaaa123456789 commented 1 year ago

There's a number of dummy animation labels in this file: BattleAnim_0, BattleAnim_252, BattleAnim_253, BattleAnim_254 and BattleAnim_MirrorMove all point to the same dummy/empty animation. It seems silly to have five labels pointing to the same address — they should be a single BattleAnim_Dummy IMO.