Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-15 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # maps/KrissHouse2F.asm | |||
2018-02-15 | Merge pull request #487 from luckytyphlosion/master | yenatch | |
Fix more w-izing edge cases. | |||
2018-02-14 | mapconst H, W -> map_const W, H | mid-kid | |
We've been fixing all of the conventions to be X/Y and W/H, so we should fix this one as well. | |||
2018-02-14 | Label some daycare-related functions | mid-kid | |
2018-02-13 | Fix use of one constant | mid-kid | |
2018-02-12 | CalcwBufferMonStats -> CalcBufferMonStats | mid-kid | |
The 'w' was probably added in some mass-replacement. It's completely irrelevant to the function itself and doesn't fit the PascalCase model. | |||
2018-02-09 | Comment GeneratePartyMonStats | mid-kid | |
2018-02-09 | Make tileset palette maps easier to edit | Rangi | |
2018-02-08 | Don't let the Makefile pick up .tilemap files | mid-kid | |
We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly. | |||
2018-02-08 | Remove EXIF metadata from images | mid-kid | |
This is just a pet-peeve of mine, but if you're going to have half of the repo filled with clean PNGs, and only have some with this metadata, might as well clean it all right up. | |||
2018-02-07 | questionmark is not a pokemon pic | Rangi | |
2018-02-05 | Remove commented G/S roaming Suicune code | Rangi | |
2018-02-05 | Terser name for the does-nothing effect | Rangi | |
2018-02-05 | Off by one | Rangi | |
2018-02-05 | No redundant item effect labels | Rangi | |
2018-02-04 | Fix more w-izing edge cases. | luckytyphlosion | |
2018-02-04 | Add ROOF_ constants | Rangi | |
2018-02-04 | Consistent "X percent [+/- Y]" order | Rangi | |
2018-02-04 | Sync code with wiki | Rangi | |
2018-02-04 | Keep specials files together | Rangi | |
2018-02-04 | "chances" → "probabilities", since other files use that term and "changes" ↵ | Rangi | |
exists right next to it | |||
2018-02-03 | Sync _ | Rangi | |
2018-02-03 | Labelling, once again. | surskitty | |
2018-02-03 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty | |
2018-02-03 | db/dw, and keep unused space away from labels | Rangi | |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi | |
2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi | |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm | |||
2018-02-03 | Merge pull request #480 from luckytyphlosion/master | yenatch | |
[Ready to merge] Prefix wram labels with w. | |||
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi | |
2018-02-03 | scene_def → scene_var (for "variable", like loadvar, copybytetovar, etc) | Rangi | |
2018-02-03 | Use fixed-point DIV function for a generalized sine_wave table macro | Rangi | |
2018-02-03 | can't achieve this with rgbds 0.3.5 | Rangi | |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an ↵ | Rangi | |
incorrect comment) | |||
2018-02-02 | oops | Rangi | |
2018-02-02 | Legacy support macros | Rangi | |
2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi | |
2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi | |
2018-02-02 | Similar formatting for similar WRAM areas | Rangi | |
2018-02-02 | Script commands don't have underscores | Rangi | |
2018-02-02 | Route 30 Berry Speech House labels | surskitty | |
2018-02-02 | Fix confusing label | Rangi | |
2018-02-02 | Labels, labels, labels | surskitty | |
2018-02-02 | Local jumps, once again. | surskitty | |
2018-02-02 | Ruins of Alph partial labels | surskitty | |
2018-02-02 | Radio Card local jumps | surskitty | |
2018-02-02 | Jasmine and Amphy labels | surskitty | |
2018-02-02 | Sailor Huey labels | surskitty | |
2018-02-02 | Labelling the Victory Road rival script | surskitty | |