pret / pokeruby

Decompilation of Pokémon Ruby/Sapphire
799 stars 224 forks source link

Replace sub_813CE88 with function name #791

Closed ghost closed 4 years ago

ghost commented 4 years ago

sub_813CE88 is responsible for fetching the sprites of pokemon and setting them up for the into animation, returning a spriteID.

So I renamed the function to better reflect that.

If you have any better ideas, please feel free to critique.