xCrystal
xCrystal
SFXs are disassembled in src/audio/sfx/
Even though "arena" makes more sense as a card location (like bench, hand, deck, or discard pile), "active" might be a more recognizable term to use overall. Note that the...
Basically when you use a healing item on a party mon the hp bar that is recolored (red-yellow-green transition) is always the bar of the first pokemon. This is because...
Obviously this is not black and white and renaming things will break tutorials and cause headaches to people comparing old commits, so I'm just opening an issue for now. Anyway,...
(https://github.com/pret/pokecrystal/blob/38667169809b81eb39990b4341f9919332d27248/engine/overworld/map_objects.asm) `CheckObjectCoveredByTextbox` uses `OBJECT_SPRITE_X` and `OBJECT_SPRITE_Y` to get the object's pixel coordinates. These variables include the contribution of the background scroll as well. `Coord2Tile` is later called to get the...