Commit Graph

146 Commits

Author SHA1 Message Date
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
3c2b97c21a Merge branch 'master' into refactor 2020-10-18 21:40:04 +01:00
Maruno17
e6b6bdc0b8 Fixed line spacing not being consistent when changing fonts 2020-10-18 17:38:44 +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
a6d21de0c1 Merge branch 'pr/43' into refactor 2020-10-17 14:40:52 +01:00
Maruno17
7640736188 Capitalisation of some constants 2020-10-17 01:18:01 +01:00
Maruno17
22c48b98d9 Tidied up credits script 2020-10-17 01:11:22 +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
Maruno17
d3ec5c2c53 Moved species data constants into module SpeciesData 2020-10-17 00:17:40 +01:00
Maruno17
e82b5409fb Moved global/map metadata constants and schema into modules 2020-10-16 22:05:38 +01:00
Maruno17
71a4d09224 Moved all screen transition classes into module Transitions 2020-10-16 21:30:01 +01:00
Maruno17
579a6cbe2a Fixed bug in def pbLoadRpgxpScene 2020-10-16 21:11:13 +01:00
jonisavo
47a1cb5462 Clone the Owner object in Pokemon#clone 2020-10-16 19:49:47 +03:00
jonisavo
fc7e5fbfb4 New file for Pokemon::Owner, 006_Pokemon_Owner.rb 2020-10-16 16:22:24 +03:00
jonisavo
bc9b1dc919 Make Pokemon.new accept Owner objects
Also, default the owner argument to $Trainer
2020-10-16 15:00:01 +03:00
jonisavo
ad1487be1d Remove all usage of the newly deprecated methods 2020-10-16 14:32:20 +03:00
jonisavo
b9801ef171 Deprecate Pokemon#language and Pokemon#language= 2020-10-16 14:11:09 +03:00
jonisavo
0122ccadcf Deprecate Pokemon#otgender and Pokemon#otgender= 2020-10-16 14:07:09 +03:00
jonisavo
71c7f9ce76 Add Pokemon::Owner::new_foreign 2020-10-16 12:32:56 +03:00
jonisavo
2b2df4ae8f Use new Pokemon::Owner methods 2020-10-16 12:19:15 +03:00
jonisavo
66c255546d Deprecate Pokemon#ot and Pokemon#ot= 2020-10-16 12:18:41 +03:00
jonisavo
89b490736d Use Kernel.validate 2020-10-16 11:15:26 +03:00
jonisavo
5a3879f294 Merge remote-tracking branch 'upstream/refactor' into pokemon-owner 2020-10-16 11:06:32 +03:00
Marc L
da5c9680d4 Edit order of commands in pbMessageDisplay to fix light text assignment (#40) 2020-10-15 21:45:00 +01:00
Joni Savolainen
d860b703b1 Added Kernel.validate (#41) 2020-10-15 20:31:57 +01:00
Joni Savolainen
ae0e13c228 Deprecate Pokemon#trainerID and Pokemon#publicID 2020-10-13 20:55:15 +03:00
Joni Savolainen
c397aeba4e Setters for Pokemon::Owner 2020-10-13 20:49:50 +03:00
Maruno17
5c4c0f4e35 Fixed AI not properly registering switches, fixed typo in def pbMessageOnRecall, fixed Synchronize bypassing type immunities 2020-10-09 20:54:01 +01:00
Maruno17
94a20e55f3 Fixed Advanced Wild Battles not generating true wild Pokémon, removed deprecated move compatibility code, fixed pauses when turning during continuous movement 2020-10-07 21:11:30 +01:00
Maruno17
9a8fae0168 Fixed some battle rules not being applied 2020-10-04 16:37:42 +01:00
Maruno17
c02a362031 Fixed bad AI for Sticky Web 2020-10-02 20:16:01 +01:00
Maruno17
25d48e3837 Fixed bugs with Multi-Attack, Illusion, Nature's Madness's definition and Slow Start 2020-10-01 17:54:46 +01:00
Maruno17
f640f96551 Updated version number to "18.1.dev" 2020-09-28 22:21:35 +01:00
Maruno17
c5b1e08383 Tidying and rearranging 2020-09-28 21:07:54 +01:00
Maruno17
a47f40a85b Fixed Rollout doing maximum damage on its first turn 2020-09-27 21:06:04 +01:00
Maruno17
1cf6f44016 Changed a proc's return to next 2020-09-27 18:07:42 +01:00
Maruno17
cdc36e45ed Fixed inconsistency in expected suffixes for night versions of BGMs 2020-09-27 16:39:16 +01:00
Maruno17
cccd9a2d5d Fixed typo in previous commit 2020-09-27 15:15:58 +01:00
Kaividian
edf35ac8a8 Encounters now occur when changing direction 2020-09-27 15:01:00 +01:00
Maruno17
0bbdc54ff0 Fixed bug with callback procs in class PictureEx 2020-09-27 13:54:05 +01:00
Joni Savolainen
ef7eb0eda4 Create Pokemon::Owner 2020-09-26 20:31:37 +03:00
Maruno17
28538be516 Fixed bug when compiling trainer comment "Outcome: X", added error messages if PBS files define the same ID numbers twice 2020-09-26 14:49:00 +01:00
Maruno17
97874a1d62 Fixed error in Mirror Move's code 2020-09-25 20:53:26 +01:00
Maruno17
d500b075a2 Fixed bugs in jumping changes 2020-09-25 17:42:59 +01:00
Maruno17
0a69a79932 Fixed typo from previous commit 2020-09-24 22:32:38 +01:00
Maruno17
9b9bd9caab Changed event movement speeds to make walking speed 3 rather than 4, etc. 2020-09-24 21:52:44 +01:00
Maruno17
b6542f28ca Updated jumping to be more like the official games 2020-09-24 21:36:38 +01:00