| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Improve music command names | U-Fish-PC\Daniel | 2014-06-09 | 67 | -318/+321 | |
| | |/ / |/| | | ||||||
| * | | | Relabel a few missed map scripts and TheEndTextString | U-Fish-PC\Daniel | 2014-05-31 | 5 | -11/+12 | |
| | | | | ||||||
| * | | | Remove duplicated data | U-Fish-PC\Daniel | 2014-05-31 | 10 | -51/+0 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/yenatch/pokered | U-Fish-PC\Daniel | 2014-05-30 | 83 | -368/+348 | |
| |\| | | | | | | | | | | | | | | Conflicts: engine/battle/1c.asm | |||||
| | * | | Remove redundant dimensions in image filenames. | yenatch | 2014-05-30 | 37 | -31/+31 | |
| | | | | ||||||
| | * | | Dust off the makefile and prepare to build Yellow. | yenatch | 2014-05-30 | 14 | -61/+65 | |
| | | | | ||||||
| | * | | Use VRAM constants where applicable. | yenatch | 2014-05-29 | 34 | -276/+230 | |
| | | | | ||||||
| | * | | VRAM constants. | yenatch | 2014-05-29 | 2 | -0/+22 | |
| | | | | ||||||
| * | | | Fix IsDungeonMap comments | U-Fish-PC\Daniel | 2014-05-30 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Label and comment BattleTransition | U-Fish-PC\Daniel | 2014-05-29 | 3 | -266/+291 | |
| | | | | ||||||
| * | | | TM_28 in Cerulean script | U-Fish-PC\Daniel | 2014-05-28 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Use wOverworldMap in macros. | yenatch | 2014-05-27 | 1 | -9/+10 | |
| | | | ||||||
| * | | Add macro TX_BCD for printing BCD numbers. | yenatch | 2014-05-27 | 4 | -11/+15 | |
| | | | | | | | | | This fixes some more static wram addresses. | |||||
| * | | More wOAMBuffer references. | yenatch | 2014-05-27 | 3 | -3/+3 | |
| | | | ||||||
| * | | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 290 | -7757/+8260 | |
| | | | | | | | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | |||||
| * | | Don't hardcode wram sections (except for alignment). | yenatch | 2014-05-26 | 1 | -18/+20 | |
| | | | | | | | | | Sprite buffers must be aligned to the nearest $100, so these sections are explicitly defined. | |||||
| * | | Recomment LoadMonData_. | yenatch | 2014-05-25 | 1 | -42/+48 | |
| | | | ||||||
| * | | Split out item fragment code. | yenatch | 2014-05-25 | 2 | -57/+56 | |
| | | | ||||||
| * | | Split out overworld object movement. | yenatch | 2014-05-25 | 2 | -859/+859 | |
| | | | ||||||
| * | | Try to clean up PrepareOAMData. | yenatch | 2014-05-25 | 3 | -178/+205 | |
| | | | ||||||
| * | | Split out map sprite facing data. | yenatch | 2014-05-25 | 2 | -58/+58 | |
| | | | ||||||
| * | | Label BCD math predefs. | yenatch | 2014-05-25 | 14 | -83/+92 | |
| | | | ||||||
| * | | Rename GetJoypadState -> Joypad. | yenatch | 2014-05-25 | 10 | -28/+28 | |
| | | | ||||||
| * | | Rename joypad registers. | yenatch | 2014-05-25 | 73 | -301/+306 | |
| | | | ||||||
| * | | Move bank 0 into home.asm. | yenatch | 2014-05-25 | 2 | -10171/+10172 | |
| | | | ||||||
| * | | Clean up some bank 3 functions and rename flag action functions. | yenatch | 2014-05-25 | 11 | -232/+326 | |
| | | | ||||||
| * | | Use global labels for pics. | yenatch | 2014-05-24 | 1 | -360/+357 | |
| | | | ||||||
| * | | Organize file includes in banks 4 through 1e. | yenatch | 2014-05-24 | 1 | -2005/+745 | |
| | | | ||||||
| * | | Rename engine/rng.asm to engine/random.asm. | yenatch | 2014-05-24 | 2 | -1/+1 | |
| | | | ||||||
| * | | Rename random number function and hram labels. | yenatch | 2014-05-24 | 14 | -109/+121 | |
| | | | | | | | | | | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub | |||||
| * | | Comment some more bank 0 functions. | yenatch | 2014-05-23 | 20 | -533/+573 | |
| | | | ||||||
| * | | More complete hardware constants. Rename joypad constants. | yenatch | 2014-05-23 | 4 | -24/+124 | |
| | | | ||||||
| * | | Use a dedicated label for base stats. | yenatch | 2014-05-23 | 2 | -3/+4 | |
| | | | | | | | | | The existing {Bulbasaur,Ivysaur,...}BaseStats labels are for convenience. | |||||
| * | | Comment some bank 0 functions, and add wram labels for Predef. | yenatch | 2014-05-23 | 14 | -151/+184 | |
| |/ | ||||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 110 | -38990/+39093 | |
| | | ||||||
| * | Pull out map header pointers and banks | U-Fish-PC\Daniel | 2014-05-21 | 3 | -500/+502 | |
| | | ||||||
| * | Name hidden object routines | U-Fish-PC\Daniel | 2014-05-21 | 8 | -351/+424 | |
| | | ||||||
| * | Use more constants in object data | U-Fish-PC\Daniel | 2014-05-21 | 85 | -476/+476 | |
| | | ||||||
| * | More misc relabelling | U-Fish-PC\Daniel | 2014-05-21 | 4 | -68/+70 | |
| | | ||||||
| * | Misc relabelling | U-Fish-PC\Daniel | 2014-05-21 | 8 | -182/+187 | |
| | | ||||||
| * | Use constants for the starter mons | U-Fish-PC\Daniel | 2014-05-21 | 10 | -32/+35 | |
| | | ||||||
| * | Fix capitalization, remove white space, remove vicctreebel.asm | U-Fish-PC\Daniel | 2014-05-19 | 100 | -130/+101 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | 2014-05-19 | 42 | -1155/+916 | |
| |\ | | | | | | | | | | | | | Conflicts: main.asm text.asm text/maps/route_22.asm | |||||
| | * | Documented/Labeled Route 22 scripts. | Marcus Huderle | 2014-05-13 | 2 | -50/+51 | |
| | | | ||||||
| | * | Finished documenting/labeling functions in the MoveEffectPointerTable. | Marcus Huderle | 2014-05-12 | 3 | -322/+328 | |
| | | | ||||||
| | * | Merged with yenatch | Marcus Huderle | 2014-05-12 | 8 | -737/+415 | |
| | |\ | ||||||
| | | * | Merge remote-tracking branch 'iimarckus/master' | yenatch | 2014-04-27 | 4 | -179/+217 | |
| | | |\ | ||||||
| | | * | | Comments and labels for saving the last blackout map. | yenatch | 2014-04-27 | 2 | -31/+46 | |
| | | | | | ||||||
| | | * | | Use callba/callab macros for cross-bank calls. | yenatch | 2014-04-22 | 3 | -579/+205 | |
| | | | | | ||||||
| | | * | | Comment in-game trade evolution. | yenatch | 2014-04-22 | 2 | -10/+36 | |
| | | | | | ||||||
