Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-22 | wStatusFlags/2 bit constants | Rangi | |
2018-01-19 | Resolve #471 (although link code still needs more cleanup, like its WRAM labels) | Remy Oukaour | |
2018-01-18 | Compute wc7e8 size | Remy Oukaour | |
2018-01-17 | Rename some tilesets (close #467) | Remy Oukaour | |
2018-01-16 | map_header → map_def; map_header_2 → map_data | Remy Oukaour | |
2018-01-14 | Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal ↵ | Remy Oukaour | |
(resolve PR #460) # Conflicts: # engine/battle/core.asm # engine/save.asm | |||
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ↵ | Remy Oukaour | |
#459) # Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm | |||
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-10 | Battle data goes in data/battle/ | Remy Oukaour | |
TreeMons, like fish groups, have constants | |||
2018-01-09 | More comments | Remy Oukaour | |
Fix some constants | |||
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear ↵ | Adelaide Walter | |
unnecessary). | |||
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | Finish consistent Special function names | xCrystal | |
2018-01-02 | Consolidate Special function names | xCrystal | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-24 | Rename "map permissions" to "map environment" (fix #396) | Remy Oukaour | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-12 | Document one more bug. | Remy Oukaour | |
2017-12-11 | Add member constants for the base data struct, same as most other structs | Remy Oukaour | |
2017-12-11 | Move more data tables into data/ files. | Remy Oukaour | |
2017-12-10 | Rename tilesets, consistent with constant names | Remy Oukaour | |
2017-12-10 | Use new palette constants | Remy Oukaour | |
2017-12-09 | More WRAM organization | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2016-06-06 | Remaining layout constants | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2016-03-27 | Split up banks 1-3 of main.asm | pikalaxalt | |
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-11 | Restored StandingTile and introduced LastTile | PikalaxALT | |
2016-01-06 | Map callback constants | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-15 | No more ItemFragment | PikalaxALT | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-12-13 | Miscellaneous labels | PikalaxALT | |
2015-12-11 | Card Flip | PikalaxALT | |
2015-12-09 | underground switches, town map | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-29 | Pokedex labels | PikalaxALT | |
2015-11-26 | Battle Tower scripts and text labels | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |