PikalaxALT
PikalaxALT
Definition: `foo_struct: STRUCT foo, bar` Declaration: `foo_struct Name, $01, $2345` Use: `dbw Name.foo, Name.bar`
## Description Syncs expansion of battle anim command args with FireRed. References https://github.com/pret/pokefirered/pull/501 ## **Discord contact info** PikalaxALT#5823
Aped from pret/pokeemerald#1224. The following build artifacts are placed in the same directory as the original. - `sound/direct_sound_samples/*.bin` - `sound/songs/midi/*.s` - `*.1bpp` - `*.4bpp` - `*.8bpp` - `*.gbapal` - `*.lz`...
Currently there are several symbols in ewram.h which overlap with offsets in gBattleStruct, which are - documented in ewram.h but not battle.h - documented in battle.h but not ewram.h -...
Motivation: We currently have copies of the tools included in ruby which are required by other agb decompilations (emerald, firered, berry fix, mmbn6). There is a need to keep these...
Battle task renaming, arg description, and formatting synchronization.
Since the window ID is used as the index to gTextPrinters, it stands to reason that window IDs and text printer IDs are one and the same. This attempts to...
Some users maintain only a python3 environment; requiring legacy python may deter those users.
When rebuilding .2bpp files in `pokecrystal/gfx/pics`, gfx.py does not take into account the presence of a .pal file. Instead, it completely overwrites the existing file, resulting in a garbage build....