aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/celadongamecorner.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-05-201-527/+0
|
* Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-54/+54
|\
| * Part 1 of syncing with pokered.IIMarckus2016-06-081-54/+54
| |
* | Sync with pokereddannye2016-06-111-9/+9
|/ | | | from August 29, 2015 to April 6, 2016
* Text macros; Prize Roompikalaxalt2016-06-011-1/+1
|
* Game Cornerpikalaxalt2016-05-311-10/+13
|
* Vermilion City scriptspikalaxalt2016-05-271-1/+1
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-3/+3
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Use more lbdannye2015-08-051-4/+4
| | | | and other clean up
* more naming variablesYamaArashi2015-07-241-1/+1
|
* named animation functions/variablesYamaArashi2015-07-241-2/+2
|
* named most of the used eventsYamaArashi2015-07-211-8/+8
|
* gym leader eventsYamaArashi2015-07-201-1/+1
|
* enumerate eventsYamaArashi2015-07-201-18/+9
|
* replace uses of minus oneYamaArashi2015-07-191-4/+4
|
* Name sound effectsdannye2015-07-191-2/+2
|
* Consolidate coord macrosdannye2015-07-181-8/+8
|
* fix variable namingYamaArashi2015-07-181-3/+3
|
* money / coins hram constantsYamaArashi2015-07-171-25/+25
|
* More direction constantsdannye2015-07-171-2/+15
| | | | facing directions, npc movement, joypad
* comment slot machineYamaArashi2015-07-131-2/+2
|
* No more ldhU-Daniel-PC\Daniel2015-07-031-22/+22
|
* TX_ASMU-Daniel-PC\Daniel2015-07-031-8/+8
|
* Rename/organize part 2 of 4U-Daniel-PC\Daniel2015-07-031-51/+51
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* serial/trade/miscYamaArashi2015-02-071-1/+1
|
* Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-251-1/+1
| | | | | | | 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/labelled misc functionsYamaArashi2014-09-141-3/+3
|
* Commented more sprite and map codeYamaArashi2014-09-131-3/+3
|
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-16/+8
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-16/+8
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-1/+1
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-39/+39
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Label BCD math predefs.yenatch2014-05-251-5/+5
|
* Rename joypad registers.yenatch2014-05-251-3/+3
|
* Rename random number function and hram labels.yenatch2014-05-241-1/+1
| | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
* Pull map scripts out of main.asmU-Fish-PC\Daniel2014-05-181-0/+536