Commit Graph

62 Commits

Author SHA1 Message Date
Maruno17
afd76503b2 Added support for large events, allowed field move-related event names to have other text in their names 2021-04-03 01:10:27 +01:00
Maruno17
2a00bf8d3d Replaced Game.exe with one that opens a console in Debug mode 2021-03-27 20:25:35 +00:00
Maruno17
ca5dcf70ae Fixed "cannotRun" battle rule not applying to Roar/Circle Throw/Poké Dolls, commented out compiler code that edits what it thinks are supposed to be doors 2021-03-27 20:11:16 +00:00
Maruno17
d8bf4b7fda Added class GameData::Evolution, moved evolution-related methods to more appropriate places 2021-03-12 23:20:02 +00:00
Maruno17
117396f8e2 Minor tidying 2021-03-09 21:31:17 +00:00
Maruno17
3a1b9b6dc6 Added class GameData::EncounterType 2021-03-06 22:01:16 +00:00
Maruno17
ff0c2f00c8 Added class GameData::Stat 2021-03-04 22:59:48 +00:00
Maruno17
5963f0fd07 Undid caching of map_connections.dat as it was already cached 2021-02-26 23:15:54 +00:00
Maruno17
b281734312 Cached MapInfos.rxdata and map_connections.dat, reduced usage of load_data 2021-02-26 23:00:27 +00:00
Roza
1f2309c4d2 Remove Win32API calls & upgrade to modern Ruby (#96)
* Win32API removal + Ruby 3 updates
* Update binaries to match mkxp-z 2.1
2021-02-25 22:09:59 +00:00
Maruno17
87285a2a1f Added class GameData::Target 2021-02-24 21:05:04 +00:00
Maruno17
eda534f3be Added class GameData::GrowthRate 2021-02-23 22:20:34 +00:00
Maruno17
f302d8346a Added class GameData::BodyShape, some bug fixes, updated some PBS files 2021-02-22 00:21:52 +00:00
Maruno17
eda301b57b Added class GameData::GenderRatio 2021-02-06 23:11:48 +00:00
Maruno17
2e125019a9 Added class GameData::BodyColor 2021-02-06 22:40:41 +00:00
Maruno17
a5af35beb1 Added class GameData::Habitat 2021-02-06 22:06:55 +00:00
Maruno17
033434807d Commented out support for ID numbers in Pokémon filenames, added class GameData::EggGroup 2021-02-06 21:30:19 +00:00
Maruno17
44e3c934ad Implemented GameData::Ribbon 2021-02-02 20:53:43 +00:00
Maruno17
1209b804e9 Moved all settings into module Settings 2021-02-01 21:03:58 +00:00
Maruno17
9fe14395c0 Implemented GameData::Nature, improved registration of GameData entries 2021-01-31 22:43:51 +00:00
Maruno17
f68cc1c98b Re-added compatibility for old trainers.txt format 2021-01-31 01:17:14 +00:00
Maruno17
6d3ff0c724 Implemented GameData::Encounter, created new encounters.txt format, tweaked Vs animation filenames 2021-01-30 17:06:00 +00:00
Maruno17
7f254c6434 Tidied up, removed unused code 2021-01-17 21:26:20 +00:00
Maruno17
4dd3a1a2c5 Implemented class GameData::Trainer 2021-01-17 00:22:49 +00:00
Maruno17
53c3f23146 Tidying 2021-01-11 19:39:08 +00:00
Maruno17
2586c09c3c Refactoring and tidying 2021-01-11 19:30:45 +00:00
Maruno17
5e885cf619 Moved egg icons into Graphics/Pokemon/Eggs 2020-12-31 14:18:40 +00:00
Maruno17
d3d7222fd3 Changed naming convention for various sprites, and added compiler script that renames files for this 2020-12-26 19:59:05 +00:00
Maruno17
c8930d408a Sped up compiling of pokemon.txt/pokemonforms.txt 2020-12-25 18:15:14 +00:00
Maruno17
ad21fc92cb Created and implemented GameData::Species 2020-12-24 21:25:16 +00:00
Maruno17
1ffeddc41c Moved methods that return item/trainer graphics, refactored evolution helper methods, rearranged some methods 2020-12-13 19:40:17 +00:00
Maruno17
508b3fdf50 Automated proper enumeration of constants in GameData modules 2020-12-12 21:50:33 +00:00
Maruno17
9ceda78d37 Fixed symbol/string error in compiling TM compatibility data 2020-12-12 21:34:57 +00:00
Maruno17
bc13517cb7 Created and implemented GameData::Type 2020-12-12 21:26:46 +00:00
Maruno17
c8790bafc9 Created and implemented GameData::TrainerType, fixed free text entry text mispositioning 2020-12-06 19:21:18 +00:00
Maruno17
eb22e49d9b Deleted rubyscreen.dll, eradicated semicolons from when... statements, compiling is now before setting up the system, appeased vocal dissenters 2020-11-26 21:10:45 +00:00
Maruno17
bba24abc1a Abolished screen border, screenshots are now png format, removed Sprite Resizer scripts, credited mkxp-z 2020-11-24 22:41:05 +00:00
Maruno17
f362b7f847 Killed off RGSS, deleted font installer code 2020-11-22 16:17:46 +00:00
Maruno17
6158e42635 Resolving merge conflicts between refactor and mkxp-z 2020-11-20 21:01:47 +00:00
Maruno17
3cd8d59918 Implemented GameData::Move 2020-11-19 21:00:29 +00:00
Maruno17
52ffae9e8a Implemented GameData::Metadata and GameData::MapMetadata 2020-11-15 18:59:07 +00:00
Maruno17
d8476d1fa4 Implemented GameData::BerryPlant 2020-11-13 21:34:11 +00:00
Maruno17
1955d3698e Implemented usage of GameData::Item 2020-11-08 22:45:59 +00:00
Maruno17
ff70791104 Battlers now make use of Ability objects to be consistent with Pokemon objects 2020-11-04 21:27:56 +00:00
Maruno17
213347b938 Added class Data::Ability and made all code use symbols for abilities instead of numbers. Also added class Data::Item but it's unused. 2020-11-01 20:10:28 +00:00
Maruno17
c4e69d0a2e Fixing up merge 2020-10-18 22:08:55 +01:00
Maruno17
2be698497a Moved compiler methods into module Compiler, moved call to pbSetUpSystem into Main 2020-10-18 17:23:13 +01:00
Maruno17
7e627453da Moved item data constants into module ItemData 2020-10-17 00:56:30 +01:00
Maruno17
2b4f1e1aba Moved trainer data constants into module TrainerData 2020-10-17 00:45:39 +01:00
Maruno17
c30e302ccf Moved move data constants into module MoveData 2020-10-17 00:29:58 +01:00