Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
Conflicts:
main.asm
|
|
this brings pokemontools up to date, including some map editor fixes
|
|
Conflicts:
main.asm
|
|
Besides being bad practice, permissions are handled differently cross-platform (cygwin).
|
|
|
|
|
|
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
|
|
|
|
|
|
|
|
Before text looked like:
_CeladonCityText2: ; a5a4b (29:5a4b)
db $0, "Heheh! This GYM", $4f
db "is great! It's", $55
db "full of women!", $57
Now it looks like:
_CeladonCityText2: ; a5a4b (29:5a4b)
text "Heheh! This GYM"
line "is great! It's"
next "full of women!"
done
|
|
|
|
|
|
some sfx are treated as music, but don't have constants yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|