Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | GFX tile sizes in decimal | Remy Oukaour | |
2018-01-14 | More Battle Tower map script constants, fewer raw hex values | Remy Oukaour | |
2018-01-14 | Use constants for menu flags | mid-kid | |
Added a bunch of constants for the bitflags of each kind of menu. Some are slightly vague or too long, but I'm not sure how to else name them. | |||
2018-01-13 | menu_coords macro for (x1, y1, x2, y2) order (see issue #440) | Remy Oukaour | |
2018-01-12 | More gfx/**/*.pal files | Remy Oukaour | |
2018-01-12 | Use more constants in scripts | Remy Oukaour | |
2018-01-11 | Break up engine/events_3.asm | Remy Oukaour | |
2018-01-11 | Use charmap frame characters | Remy Oukaour | |
2018-01-11 | Disambiguate some uses of wcf64/5/6 | Remy Oukaour | |
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-11 | More constants and data tables | Remy Oukaour | |
2018-01-11 | Use constants and data for Unown chamber events | Remy Oukaour | |
2018-01-10 | Arrays end with -1, not $ff | Remy Oukaour | |
2018-01-10 | maskbits <count> +- 1 | Remy Oukaour | |
2018-01-10 | More maskbits | Remy Oukaour | |
2018-01-10 | Resolve #461 | Remy Oukaour | |
2018-01-10 | Constant swap explains this Battle Tower bug | Remy Oukaour | |
2018-01-09 | CRYSTAL11 → _CRYSTAL11 | Remy Oukaour | |
2018-01-09 | Clearer Battle Tower code | Remy Oukaour | |
2018-01-09 | Consistent sine wave code formatting | Remy Oukaour | |
2018-01-08 | Simplify comments per Rangi's rec. | Adelaide Walter | |
2018-01-06 | Organize mobile/battle_tower_*.asm data and code | Remy Oukaour | |
2018-01-04 | Document switches to BANK(sScratch) via xor a | Adelaide Walter | |
2018-01-04 | Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls. | Adelaide Walter | |
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear ↵ | Adelaide Walter | |
unnecessary). | |||
2018-01-03 | Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate. | Adelaide Walter | |
2018-01-02 | No more mobile EQUS ret (replace with Stubbed_ + ret) | xCrystal | |
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 Predef function names | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal | |
2018-01-01 | Use more palette(s) constants | xCrystal | |
2017-12-30 | Merge pull request #450 from roukaour/master | yenatch | |
Constants for TextBoxFlags | |||
2017-12-29 | bgrows → * BG_MAP_WIDTH | Remy Oukaour | |
No dims macro | |||
2017-12-29 | Clean up .Jumptable: spaces | xCrystal | |
2017-12-28 | Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) | Remy Oukaour | |
2017-12-28 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
# Conflicts: # macros/scripts/maps.asm | |||
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Avoid unused labels | Remy Oukaour | |
2017-12-28 | Update Magikarp length documentation | xCrystal | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-27 | Move events/ to engine/events/ | Remy Oukaour | |