Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sync home and macro code with pokeyellow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Cerulean Cave maps from Pokémon Green
|
|
|
|
|
|
|
|
filenames
|
|
Clarify comment in constants/pokemon_constants.asm
|
|
|
|
Give a better label to ghost Marowak's constant
|
|
|
|
|
|
|
|
fix ExecuteCurMapScriptInTable's comment
|
|
|
|
|
|
$ tools/pic.py decompress x.pic # creates x.2bpp
$ tools/gfx.py png x.2bpp # creates x.png
$ tools/gfx.py 2bpp x.png # creates x.2bpp
$ tools/pic.py compress x.2bpp # creates x.pic
|
|
further packet(s). Unused bytes at the end of the last packet should be set to zero."
|
|
|
|
like the starters)
|
|
|
|
|
|
|
|
|
|
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
|
|
|
|
|
|
|
|
Simplify map event definitions
|
|
|
|
Instead of building a semicolon-separated "array" of warp_to coordinates in _WARP_TO_BUFFER, just declare a new EQUS for each one: _WARP_TO_NUM_1, _WARP_TO_NUM_2, etc. Then have def_warps_to output and PURGE each one of them.
|
|
|
|
|
|
|
|
|
|
|
|
|