Age | Commit message (Collapse) | Author |
|
Since the splash screen is wildly different, a lot of the docs don't
really apply here.
|
|
|
|
|
|
This piece of code is frankly rather confusing, as it seemingly doesn't
serve much of a purpose. Documenting it here for future reference.
|
|
Rub a dub dub, thanks for the grub
|
|
|
|
|
|
|
|
|
|
wSpriteAnimCount starts at 0, keeps incrementing and never decrements.
When it reaches $ff, the next value is 1.
Its purpose is unknown, as this value is used nowhere else.
|
|
|
|
|
|
|
|
|
|
That should cause no real problems because of a range check right after
it.
|
|
|
|
|
|
|
|
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also factor out trade tilemaps
|
|
|
|
|
|
|
|
|
|
|
|
implementations
|
|
|
|
Also make .gitignore consistent with pokered
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Some unreferenced labels are above code which is still used via fallthrough!)
|
|
|
|
|
|
|
|
|
|
|
|
To do: engine/{menus, overworld}
|
|
pokecrystal
To do: engine/{menus, movie, overworld, pokemon}
|
|
|