summaryrefslogtreecommitdiff
path: root/engine/intro.asm
AgeCommit message (Collapse)Author
2020-11-04Sync with pokereddannye
2020-05-20Sync with pokereddannye
2016-06-12Remove more address commentsdannye
2016-06-11remove address commentsYamaArashi
2015-12-23engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
2015-12-05BankD misc functionsluckytyphlosion
Game Corner stuff and (unused) titlescreen2.asm
2015-11-15engine/menu/start_menu.asmluckytyphlosion
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-08-12commented SGB palette stuffYamaArashi
2015-08-10constants for IntroMoveMonYamaArashi
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-08commented audio codeYamaArashi
2015-08-05Use more lbdannye
and other clean up
2015-08-01Build only YellowU-Daniel-PC\Daniel
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
2015-07-24named animation functions/variablesYamaArashi
2015-07-19Name sound effectsdannye
2015-07-18Consolidate coord macrosdannye
2015-07-17intro stuffYamaArashi
2015-07-14Use more *Coorddannye
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-02-07serial/trade/miscYamaArashi
2014-10-17Kill version.asm.IIMarckus
2014-09-13Commented more sprite and map codeYamaArashi
2014-06-25Use *Coord instead of FuncCoordU-Fish-PC\Daniel
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch
2014-06-16Remove generated "indirect jump" comments.yenatch
The destination is obvious when using the predef macro.
2014-06-09Clean up music bank referencesU-Fish-PC\Daniel
2014-05-30Remove redundant dimensions in image filenames.yenatch
2014-05-29Use VRAM constants where applicable.yenatch
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-25Rename joypad registers.yenatch
2014-05-23Comment some more bank 0 functions.yenatch
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel