aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/emotion_bubbles.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-4/+7
|\
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-291-4/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-2/+2
|\|
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-4/+4
| |
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-2/+2
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-2/+2
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-1/+1
| |
| * Organize gfx/Rangi2020-06-271-4/+6
| |
| * sync engine code with pokeyellowYamaArashi2016-06-121-4/+4
| |
| * remove address commentsYamaArashi2016-06-111-4/+4
| |
* | Sync with pokereddannye2020-11-041-6/+13
| |
* | sync engine code with pokeredYamaArashi2016-06-111-2/+2
| |
* | remove address commentsYamaArashi2016-06-111-3/+3
| |
* | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-18/+18
|/ | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* Replace some hardcoded data sizesdannye2015-08-091-1/+1
|
* Use more lbdannye2015-08-051-1/+1
| | | | and other clean up
* player animations, emotion bubbles, etc.YamaArashi2015-07-141-9/+15
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-3/+3
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Commented more sprite and map codeYamaArashi2014-09-131-3/+3
|
* 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 redundant dimensions in image filenames.yenatch2014-05-301-1/+1
|
* Use VRAM constants where applicable.yenatch2014-05-291-1/+1
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-11/+11
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+68