Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | more landmark constants and rename FlypointPerms -> VisitedSpawns | yenatch | |
2013-11-28 | wram: object structs | yenatch | |
these are separate from MapObjects but not enough attributes are defined yet to know how | |||
2013-11-20 | finally compile multiple objects | yenatch | |
pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set | |||
2013-10-05 | * added index comments to pointer lists | Mr Wint | |
* added map header wram addresses * analyzed some assembly | |||
2013-09-11 | move wram constants into constants.asm; make all labels use :s | yenatch | |
any global constants will have to be separate from any one object there might be a better way to fix this, like pulling constants in preprocessor.py | |||
2013-09-09 | consecutive protect/endure count in battle | yenatch | |
2013-09-09 | PokedexSeen and PokedexCaught were swapped | yenatch | |
2013-09-07 | OTName wram label | yenatch | |
2013-09-04 | Predef wram labels | yenatch | |
these are obviously general-purpose temps, but how do you name that? | |||
2013-09-01 | wram labels for graphics requests | yenatch | |
2013-09-01 | consistent casing for Tileset labels | yenatch | |
wram labels were using TileSet for some reason | |||
2013-08-30 | Coins wram label | yenatch | |
2013-08-30 | remove a section def in the middle of the player struct | yenatch | |
2013-08-30 | PCItems in wram | yenatch | |
2013-08-29 | fix Stack's address ($c100 -> $c0ff) | yenatch | |
using negative ds | |||
2013-08-27 | add LYOverrides in wram bank 5 | yenatch | |
2013-08-27 | PlayerPalette and PlayerAction wram labels | yenatch | |
2013-08-23 | first event flag constants | yenatch | |
2013-08-23 | EventFlags label (bittable1) | yenatch | |
2013-08-22 | Party/BoxMon nickname enders | yenatch | |
2013-08-22 | boxmon labels in sram | yenatch | |
2013-08-21 | Merge commit 'd2d5c09' | yenatch | |
Conflicts: main.asm wram.asm Git couldn't figure out what this commit did, so it was redone to merge. | |||
2013-08-04 | update section names to comply with rgbds redefinitions | yenatch | |
HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX new to rgbds are banked VRAM and SRAM | |||
2013-08-03 | dump marts and related asm | yenatch | |
2013-07-31 | more cleanup | yenatch | |
2013-07-29 | reorder a couple wram labels | yenatch | |
latest label is used in wram label replace | |||
2013-07-25 | Remove erroneous TileX/Y labels | yenatch | |
2013-07-22 | even more bank 1 asm | yenatch | |
2013-07-21 | mom/rival/red/green names | yenatch | |
2013-07-20 | more overworld wram labels | yenatch | |
2013-07-12 | Outdoor sprites and sprite constants | yenatch | |
2013-07-10 | more scripting cleanup | yenatch | |
2013-07-10 | MapObjects and ScriptRunning | yenatch | |
2013-07-10 | SelectMenu | yenatch | |
2013-07-10 | start using relevant constants in wram.asm | yenatch | |
2013-07-10 | clean up StartMenu | yenatch | |
2013-06-27 | DoPlayerMovement and recomment ow surfing checks | yenatch | |
2013-06-17 | LostBattle and HalveMoney | yenatch | |
2013-06-13 | comment statdown move command | yenatch | |
2013-05-29 | wram: room decorations | yenatch | |
2013-05-21 | Add Prof. Oak's PC. | IIMarckus | |
2013-05-13 | mixed up connection y/x offset wram labels | yenatch | |
2013-05-13 | connection wram labels for each direction | yenatch | |
2013-05-13 | Map connection wram labels | yenatch | |
2013-05-12 | Add some naming screen stuff. | IIMarckus | |
2013-05-08 | disasm some menu stuff | Sanky | |
2013-05-06 | residual status constants | yenatch | |
2013-05-04 | additional trainer class id in wram | yenatch | |
this one seems more persistent than OtherTrainerID | |||
2013-05-03 | Fix a wram mislabel (EnemyDisabledMove) | yenatch | |
2013-05-03 | fruit trees | yenatch | |