Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | Rename some routines to avoid conflicts when removing "Special_" prefixes | Rangi | |
2018-01-24 | EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481) | Rangi | |
2018-01-23 | Completing labels for Route 35. | surskitty | |
2018-01-23 | Renaming the UnknownScript for reloading the map after battle. | surskitty | |
2018-01-23 | Labelling some more UnknownScripts. These files remain incomplete. | surskitty | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion | |
Handle edge cases first. | |||
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵ | Rangi | |
#440) | |||
2018-01-23 | trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...` | Rangi | |
2018-01-23 | hiddenitem, like itemball and object_event, puts the item first and the ↵ | Rangi | |
event last | |||
2018-01-23 | Missed a file | Rangi | |
2018-01-23 | "Speech" houses just have dialog NPCs | Rangi | |
2018-01-23 | Rename some more maps | Rangi | |
The Pokécom Center's .blk contains 1F and the Administration room, but the .asm script is just for the Admin room; 1F-related text and scripts are in GoldenrodPokecenter1F.asm. Presumably both map scripts shared the same .blk. | |||
2018-01-23 | EcruteakHouse → EcruteakTinTowerEntrance | Rangi | |
2018-01-23 | Daisy offers "grooming", not "massage" | Rangi | |
2018-01-23 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty | |
2018-01-22 | KrissHouse → PlayersHouse | Rangi | |
2018-01-22 | Don't say "House" twice | Rangi | |
2018-01-22 | Add data/text/ | Rangi | |
2018-01-22 | Add daily+weekly bit flags (close issue #429) | Rangi | |
2018-01-22 | wStatusFlags/2 bit constants | Rangi | |
2018-01-22 | More engine flag constants | Rangi | |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi | |
Use local labels for "End"ings | |||
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-20 | Rename BATTLETOWER_NROF constants | Remy Oukaour | |
2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour | |
2018-01-19 | More Unicode | Remy Oukaour | |
2018-01-18 | Use Japanese charmap definitions in strings | Remy Oukaour | |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour | |
2018-01-17 | Comment on changeblock ids | Remy Oukaour | |
2018-01-16 | map_header → map_def; map_header_2 → map_data | Remy Oukaour | |
2018-01-16 | Move map-related "metadata" files into data/maps/ | Remy Oukaour | |
2018-01-16 | Cooltrainerm Kevin | surskitty | |
2018-01-16 | Birdkeeper Jose and Cooltrainerf Reena | surskitty | |
2018-01-15 | Route 35 local labels | surskitty | |
2018-01-15 | Changing labels to local. | surskitty | |
2018-01-15 | Fisherman Tully labels | surskitty | |
2018-01-15 | Route 43 labels | surskitty | |
2018-01-15 | Route 45 labels | surskitty | |
2018-01-15 | Route 26 labels | surskitty | |
2018-01-15 | Renaming again | surskitty | |
2018-01-15 | Labelling Route 46's wrappers. | surskitty | |
2018-01-15 | Disambiguating the wrapper functions. | surskitty | |
2018-01-15 | Picnicker Erin labels | surskitty | |
2018-01-15 | Saffron City guard labels | surskitty | |
2018-01-15 | Route 5 Cleanse Tag granny labels | surskitty | |
2018-01-15 | Labelling Route 44; Birdkeeper Vance and Fisher Wilton. | surskitty | |
2018-01-15 | Labelling simple local jumps. | surskitty | |
2018-01-15 | Group unused 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 |