aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pallettown.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-05-201-302/+0
|
* Rename spritestatedata structs.luckytyphlosion2018-11-181-1/+1
|
* Use emotion bubble constants in map scripts.IIMarckus2016-08-151-2/+2
|
* Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-21/+21
|\
| * Part 1 of syncing with pokered.IIMarckus2016-06-081-20/+20
| |
| * Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-081-3/+3
| |\
| * | Split out pikachu engine functions; sprite state data macrospikalaxalt2016-06-061-1/+1
| | |
* | | Sync with pokereddannye2016-06-111-10/+10
| |/ |/| | | | | from August 29, 2015 to April 6, 2016
* | Clean up white spacedannye2016-06-061-3/+3
|/
* Vermilion City scriptspikalaxalt2016-05-271-1/+1
|
* Name Yellow-specific event flags in Pallet and Vermilionpikalaxalt2016-05-271-3/+3
|
* Disassemble Pallet Townpikalaxalt2016-05-261-99/+187
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-2/+2
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* more naming variablesYamaArashi2015-07-241-3/+3
|
* named most of the used eventsYamaArashi2015-07-211-8/+7
|
* enumerate eventsYamaArashi2015-07-201-16/+8
|
* namingYamaArashi2015-07-191-4/+4
|
* fix variable namingYamaArashi2015-07-181-1/+1
|
* more movement stuffYamaArashi2015-07-151-10/+11
|
* player animations, emotion bubbles, etc.YamaArashi2015-07-141-3/+3
|
* Start using text predef macrosdannye2015-07-041-1/+1
| | | | also sprite direction constants
* More TX_ASMU-Daniel-PC\Daniel2015-07-031-2/+2
|
* Rename/organize part 2 of 4U-Daniel-PC\Daniel2015-07-031-1/+1
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-251-3/+3
| | | | | | | be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc.
* Commented more sprite and map codeYamaArashi2014-09-131-2/+2
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-8/+8
|
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-12/+6
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-28/+28
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Rename joypad registers.yenatch2014-05-251-6/+6
|
* Pull map scripts out of main.asmU-Fish-PC\Daniel2014-05-181-0/+228