Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | map_header → map_def; map_header_2 → map_data | Remy Oukaour | |
2018-01-14 | Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR ↵ | Remy Oukaour | |
#452) # Conflicts: # data/player_names.asm # engine/battle/menu.asm # engine/billspc.asm # engine/billspctop.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/delete_save_change_clock.asm # engine/events/buena.asm # engine/events/elevator.asm # engine/events/kurt.asm # engine/events/mom.asm # engine/events/move_tutor.asm # engine/events/pokecenter_pc.asm # engine/events/pokepic.asm # engine/events/std_scripts.asm # engine/events/unown_walls.asm # engine/init_gender.asm # engine/intro_menu.asm # engine/mail.asm # engine/main_menu.asm # engine/mart.asm # engine/menu_2.asm # engine/mon_menu.asm # engine/pack.asm # engine/slot_machine.asm # engine/start_menu.asm # home/menu.asm # maps/CeladonDeptStore6F.asm # maps/CeladonGameCornerPrizeRoom.asm # maps/DragonShrine.asm # maps/EarlsPokemonAcademy.asm # maps/GoldenrodCity.asm # maps/GoldenrodDeptStore6F.asm # maps/GoldenrodGameCorner.asm # maps/GoldenrodPokeComCenter2FMobile.asm # mobile/mobile_12.asm # mobile/mobile_12_2.asm # mobile/mobile_22.asm # mobile/mobile_22_2.asm # mobile/mobile_40.asm # mobile/mobile_45.asm # mobile/mobile_45_sprite_engine.asm # mobile/mobile_46.asm # mobile/mobile_5c.asm # mobile/mobile_5f.asm # mobile/mobile_menu.asm | |||
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 | Fix some MenuData2 labels | mid-kid | |
Gave them better names, moved the flags out of the union, and documented the w2DMenuFlags1. | |||
2018-01-12 | SaffronMagnetTrainStation | Remy Oukaour | |
2018-01-11 | Disambiguate some uses of wcf64/5/6 | Remy Oukaour | |
2018-01-11 | Trainer card has state constants and WRAM labels | Remy Oukaour | |
2018-01-10 | Resolve #461 | Remy Oukaour | |
2018-01-09 | CRYSTAL11 → _CRYSTAL11 | Remy Oukaour | |
2018-01-09 | includes.asm → constants.asm | Remy Oukaour | |
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear ↵ | Adelaide Walter | |
unnecessary). | |||
2018-01-02 | Label MobileCrashCheckPointer and consolidate relevant functions. | Adelaide Walter | |
2018-01-01 | Route 17-18 Gate and Route 29-46 Gate | Remy Oukaour | |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal | |
2017-12-29 | Constants for TextBoxFlags | Remy Oukaour | |
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 | Better placement for wram address | xCrystal | |
2017-12-28 | More constants and documentation in slot machines | xCrystal | |
2017-12-28 | Rename pokemon animation files (fix #439) | Remy Oukaour | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-28 | 05:OBPals+6*8 == 01:wCurMessageScrollPosition (new) | Remy Oukaour | |
2017-12-26 | Keep memory map values in hardware_constants.asm | Remy Oukaour | |
2017-12-26 | Copy sram.asm's global start/end constants for wram.asm and vram.asm | Remy Oukaour | |
2017-12-26 | Rename some sections | Remy Oukaour | |
engine/battle_tower.asm fits better in events/ | |||
2017-12-26 | Battle animation data is like sprite animation data | Remy Oukaour | |
2017-12-26 | Remove unused label (last few commits resolve #434) | Remy Oukaour | |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour | |
2017-12-24 | Rename maps: | Remy Oukaour | |
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances | |||
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-23 | Correct address comment | Remy Oukaour | |
2017-12-23 | Don't keep commented-out SECTION headers | Remy Oukaour | |
2017-12-23 | Some more WRAM cleanup | Remy Oukaour | |
2017-12-15 | Move more main.asm code into individual files | Remy Oukaour | |
2017-12-15 | Add a map_connection_struct macro | Remy Oukaour | |
2017-12-14 | Split items/ and trainers/ into their data/ and engine/ components | Remy Oukaour | |
Move some data into a pokemon/ subdirectory | |||
2017-12-11 | Move pic animation documentation to docs/ | Remy Oukaour | |
Move growth rates to a data/ table Name more SECTIONs | |||
2017-12-11 | Add member constants for the base data struct, same as most other structs | Remy Oukaour | |
2017-12-11 | Move lots of data tables into individual data/ files | Remy Oukaour | |
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.) | |||
2017-12-11 | Add constants for time-of-day boundaries | Remy Oukaour | |
Split off more misc constants into proper files | |||
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2017-12-09 | Consistent pointer labels in WRAM | Remy Oukaour | |
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2017-12-09 | More WRAM organization | Remy Oukaour | |
2017-12-09 | Further WRAM organization | Remy Oukaour | |
2017-12-09 | More WRAM organization | Remy Oukaour | |
2017-12-09 | Start organizing WRAM | Remy Oukaour | |
- Use db and dw when they're more meaningful than ds 1/2 - Use unions to group related labels | |||
2017-12-09 | More constants | Remy Oukaour | |