Commit Graph

296 Commits

Author SHA1 Message Date
PikalaxALT 6753e18db0 through sub_8090FC4 2020-03-13 20:53:22 -04:00
PikalaxALT 3aeb294572 Port pokemon_storage_2 from emerald 2020-03-11 13:32:30 -04:00
GriffinR cbe6e27f37 region_map.h to region_map_sections.h 2020-03-11 01:04:27 -04:00
PikalaxALT ecf7cf9835 through sub_80FFF80 2020-03-06 17:07:36 -05:00
GriffinR 4e67eb8a18 Combine animated door frames 2020-03-05 21:38:09 -05:00
GriffinR 1bb4b48024 Label field door metatiles 2020-03-05 21:24:36 -05:00
PikalaxALT 362cddc0f5 Merge pull request #285 from GriffinRichards/doc-scriptclean
Clean up script documentation
2020-03-05 06:06:51 -05:00
GriffinR 102744163b Use explicit initializers for help text 2020-03-05 01:12:29 -05:00
GriffinR 4df660dc76 Add enums for help system text, label help context 2020-03-04 18:26:54 -05:00
GriffinR 4c1d30a832 Add more metatile labels 2020-03-03 22:23:40 -05:00
GriffinR 2e8570499d Sync event ticket flag names 2020-03-03 01:44:06 -05:00
GriffinR 4ab3d77d80 Fix special var names 2020-03-02 12:57:54 -05:00
GriffinR 6191739a4d Label sign bg events 2020-03-02 12:24:05 -05:00
PikalaxALT e8504c7a3f Merge pull request #276 from GriffinRichards/doc-sixisland
Document Six and Seven Island scripts
2020-03-02 12:17:52 -05:00
PikalaxALT ae08a40290 Merge pull request #279 from PikalaxALT/field_effect
Field effect
2020-03-02 12:11:22 -05:00
GriffinR 6280a3786b Merge branch 'master' into doc-sixisland 2020-03-02 10:48:56 -05:00
PikalaxALT 5198a05272 Merge pull request #275 from GriffinRichards/doc-fiveisland
Document Five Island scripts
2020-03-02 10:48:13 -05:00
PikalaxALT a7966b5047 Finish field_effect.c 2020-03-02 09:47:33 -05:00
PikalaxALT f825186655 Use VS Seeker field effect 2020-02-28 15:55:12 -05:00
PikalaxALT 80e5031619 Use Surf field effect 2020-02-28 15:29:16 -05:00
GriffinR 948b695ad4 Document Six Island scripts 2020-02-28 09:54:01 -05:00
GriffinR 7d7c51973c Document Five Island scripts 2020-02-28 00:22:34 -05:00
GriffinR 968ac4742a Sync trainer_card.c 2020-02-27 17:15:27 -05:00
GriffinR 2d9327a1ff Document Four Island scripts, trainer_card.inc 2020-02-27 14:21:13 -05:00
PikalaxALT 435fe59621 Merge pull request #270 from GriffinRichards/doc-oneisland
Document One Island scripts
2020-02-26 14:08:19 -05:00
PikalaxALT e3447d2366 Merge pull request #269 from GriffinRichards/doc-pallet
Document Pallet Town scripts
2020-02-26 14:07:48 -05:00
GriffinR e3ffb01912 Merge branch 'master' into doc-oneisland 2020-02-26 13:58:26 -05:00
PikalaxALT 13f14218e1 Merge pull request #268 from GriffinRichards/doc-routes4
Document Routes 20-25, teleporter/escalator anim
2020-02-26 13:57:36 -05:00
PikalaxALT cac0681b2c Name cut grass metatiles 2020-02-26 13:15:21 -05:00
GriffinR ad4f363a58 Document One Island scripts 2020-02-26 00:26:05 -05:00
GriffinR 44c9109c2a Document Pallet Town scripts 2020-02-25 15:46:07 -05:00
GriffinR 15dbc58959 Document teleporter and escalator anim 2020-02-25 02:47:28 -05:00
PikalaxALT a0fa06a066 Merge pull request #265 from GriffinRichards/sync-objgfx
Sync object event gfx constants
2020-02-24 09:02:25 -05:00
PikalaxALT 9e1b0319b2 Name battle terrains; address review comments 2020-02-23 21:06:59 -05:00
GriffinR 1fc8db43b7 Sync object event gfx constants 2020-02-23 17:00:12 -05:00
PikalaxALT 7624b5e5c0 Fix typo; use constants in some data/field_player_avatar arrays 2020-02-21 16:44:36 -05:00
PikalaxALT 93b05b4e42 Fix typo 2020-02-21 16:13:35 -05:00
PikalaxALT 540c33405a Remove constants/movement_commands.h 2020-02-21 15:46:19 -05:00
PikalaxALT 69d8833b31 Prelim names for mvmt actions; merge field_ground_effect into evobjmv 2020-02-21 13:41:18 -05:00
PikalaxALT 14a599bbc2 Address review comments; name some methods in event_object_movement 2020-02-21 09:02:06 -05:00
PikalaxALT 93ee43a31a Finish trainer_see 2020-02-20 14:52:37 -05:00
PikalaxALT abc39d86f3 Decomp all trainer see funcs 2020-02-20 14:03:29 -05:00
GriffinR 753e894b6a Move map type/battle scene constants for porymap 2020-02-18 16:22:43 -05:00
GriffinR 729c224bf2 Name battle scene and map type constants 2020-02-18 16:16:03 -05:00
PikalaxALT 13357596b7 Merge pull request #256 from GriffinRichards/fix-species
Fix DEX constant order
2020-02-16 12:25:06 -05:00
GriffinR 2c92f89adc Merge branch 'master' into doc-tilesets 2020-02-16 12:16:04 -05:00
PikalaxALT 9addd6a6b6 Merge pull request #248 from GriffinRichards/doc-caves
Document remaining cave scripts
2020-02-16 12:14:55 -05:00
GriffinR 6bee17b4ce Merge branch 'master' into doc-tilesets 2020-02-16 12:09:13 -05:00
GriffinR 01de877fc8 Merge branch 'master' into doc-tilesets 2020-02-16 12:07:24 -05:00
PikalaxALT 3b40ec23c7 Merge pull request #246 from GriffinRichards/doc-pokemonleague
Document Pokemon League scripts
2020-02-16 12:07:20 -05:00