summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-08Clean up the readme again.yenatch
2014-03-08Return of Cygwin (also drop init.sh)yenatch
Git requires packages `libsasl2` and `ca-certificates` to work with submodules and https respectively. Cygwin doesn't install these when installing git. This seems to be the cause of most issues for Cygwin users.
2014-03-07Use the "page" text macro in Pokedex entries.yenatch
2014-03-06Text macros in move and item descriptions.yenatch
2014-03-06Text macros in Pokedex entries.yenatch
2014-03-06Text macros in text/.yenatch
2014-03-06Text macros in maps/.yenatch
Looks fine at a glance.
2014-03-06Text macros in main.asm.yenatch
So far so good.
2014-03-05Text macros.yenatch
UnknownText_0x1aa0dc: ; 0x1aa0dc db $0, "Nihihi! This GYM", $4f db "is great! Only", $51 db "girls are allowed", $4f db "here!", $57 ; 0x1aa115 is now UnknownText_0x1aa0dc: ; 0x1aa0dc text "Nihihi! This GYM" line "is great! Only" para "girls are allowed" line "here!" done ; 0x1aa115
2014-03-05Growth rate data.yenatch
2014-03-05Items and dolls bought by Mom.yenatch
2014-03-05Magnemite and Magneton handling in the Time Machine.yenatch
2014-03-05Label more graphics in bank 3e.yenatch
2014-03-04Use struct macros for audio channels in wram.yenatch
2014-03-04Label a stats screen jumptable.yenatch
2014-03-04Strings in bank 12.yenatch
This was a mistake.
2014-03-04Some animation and sprite data in bank 11.yenatch
2014-03-04Minor cleanup at the end of bank 10.yenatch
2014-03-04Pokedex code and strings.yenatch
2014-03-04Clock text and bank 8 code.yenatch
2014-03-04Compressed title screen graphics are padded too.yenatch
2014-03-03Label map trigger functions in home.asm.yenatch
2014-03-03Wram labels for map triggers.yenatch
2014-03-03Merge remote-tracking branch 'kanzure/master' into incbinsyenatch
2014-03-03Egg hatching and more daycare text.yenatch
2014-03-03Export egg move labels.yenatch
2014-03-03Map triggers and label some addresses in bank 0.yenatch
2014-03-03Merge pull request #236 from im420blaziken/pc_devBryan Bishop
Bills PC Deposit and Withdraw jumptable & function
2014-03-03Bills PC Deposit and Withdraw jumptable & functiontkatzenbaer
2014-03-03dbbw macroyenatch
2014-03-03Get rid of static rom addresses in home/text.asm.yenatch
2014-03-02Merge pull request #235 from yenatch/incbinsBryan Bishop
PC menus, Red Pokemon constants, Unown words
2014-03-03Unown words and Magikarp measurement graphicsyenatch
2014-03-02Red/Blue Pokemon constant order.yenatch
2014-03-02Mom (DST, money) and daycare text.yenatch
2014-03-02Money is capped at ¥999999.yenatch
Coins are capped at 9999.
2014-03-02PC/shop text and menu data.yenatch
2014-03-02Merge pull request #234 from yenatch/incbinsBryan Bishop
SGB/CGB data, contest entrants, emotes, pack gfx
2014-03-02Finish off SGB and CGB code and data.yenatch
That should be it for bank 2.
2014-03-02More SGB and CGB palettes.yenatch
2014-03-01Lots of SGB incbins in bank 2.yenatch
Palette/block packets, border tilemap, more palettes etc.
2014-03-01Smoke out bank 4.yenatch
Highlights: contest trainers and mons
2014-02-28Split up pack graphics and point to them.yenatch
2014-02-28A bunch of menu data in bank 4.yenatch
2014-02-28Split up emote images and dump emote pointers.yenatch
2014-02-27Merge pull request #233 from yenatch/incbinsBryan Bishop
Get rid of incbins in banks 1, 2, 3, 9, a, b, e, 10.
2014-02-27A couple bank 5 incbins incl emote pointersyenatch
2014-02-27Trainer init jumptable.yenatch
Bank E done.
2014-02-27Trainer item AI.yenatch
2014-02-27Trainer class attributes.yenatch