Commit Graph

  • 890d85ff02 battle_bg PikalaxALT 2020-02-23 16:26:33 -05:00
  • 9aaafa8487 Merge pull request #263 from GriffinRichards/move-graphics PikalaxALT 2020-02-22 19:20:53 -05:00
  • 8c02668a19 Rename tileset pals for porymap GriffinR 2020-02-22 17:08:29 -05:00
  • 9f138f0e13 Move remainder of graphics to src GriffinR 2020-02-22 15:51:32 -05:00
  • 707e0db049 Move graphics through mail to src GriffinR 2020-02-22 14:28:19 -05:00
  • ad17ce193d Move item icons/pals to src GriffinR 2020-02-22 14:08:05 -05:00
  • 5d1303c3f3 Move graphics up to item icons to src GriffinR 2020-02-22 13:49:42 -05:00
  • 2d733fb993 Move trainer pics/pals and battle terrain to src GriffinR 2020-02-22 12:56:01 -05:00
  • f66d0dfce3 Move graphics.s through pokemon to src GriffinR 2020-02-22 11:08:23 -05:00
  • e194cf83d2 Merge pull request #262 from PikalaxALT/trainer_see PikalaxALT 2020-02-21 20:50:44 -05:00
  • 7624b5e5c0 Fix typo; use constants in some data/field_player_avatar arrays PikalaxALT 2020-02-21 16:44:36 -05:00
  • 93b05b4e42 Fix typo PikalaxALT 2020-02-21 16:13:35 -05:00
  • 58382e8af8 Remove defunct header PikalaxALT 2020-02-21 16:05:22 -05:00
  • 54fe6e3e62 Remove redundant include which was somehow missed by the earlier scan PikalaxALT 2020-02-21 15:49:32 -05:00
  • 540c33405a Remove constants/movement_commands.h PikalaxALT 2020-02-21 15:46:19 -05:00
  • 2ed0c4b180 Remove outdated comment PikalaxALT 2020-02-21 15:02:05 -05:00
  • b7c28c4be7 Remove redundant include lines PikalaxALT 2020-02-21 15:00:56 -05:00
  • 69d8833b31 Prelim names for mvmt actions; merge field_ground_effect into evobjmv PikalaxALT 2020-02-21 13:41:18 -05:00
  • 14a599bbc2 Address review comments; name some methods in event_object_movement PikalaxALT 2020-02-21 09:02:06 -05:00
  • 93ee43a31a Finish trainer_see PikalaxALT 2020-02-20 14:52:37 -05:00
  • abc39d86f3 Decomp all trainer see funcs PikalaxALT 2020-02-20 14:03:29 -05:00
  • 0125c1440e trainer_see through CheckPathBetweenTrainerAndPlayer PikalaxALT 2020-02-19 15:43:59 -05:00
  • 4280723f0e Merge pull request #260 from GriffinRichards/doc-connection PikalaxALT 2020-02-19 14:49:14 -05:00
  • 57cf3a4bfb Merge pull request #259 from PikalaxALT/pokemon_jump PikalaxALT 2020-02-19 14:46:52 -05:00
  • c0b6148640 Address review comments PikalaxALT 2020-02-19 14:22:26 -05:00
  • c51c7a5ea4 Merge pull request #261 from Diegoisawesome/aif2pcm PikalaxALT 2020-02-19 12:49:00 -05:00
  • cd6a83d955 Make aif2pcm looping not dependent on order of MARK and INST chunks Diegoisawesome 2020-02-19 08:55:12 -08:00
  • 9d44bc0bda Merge branch 'master' of github.com:pret/pokefirered into pokemon_jump PikalaxALT 2020-02-19 08:47:50 -05:00
  • 71fec599bb Merge pull request #252 from GriffinRichards/doc-routes2 PikalaxALT 2020-02-19 08:47:39 -05:00
  • ea7d665938 Merge pull request #251 from GriffinRichards/doc-routes1 PikalaxALT 2020-02-19 08:47:26 -05:00
  • 9397d6d23a Match sub_8149930 (see pret/pokeemerald#982) PikalaxALT 2020-02-19 08:46:53 -05:00
  • 9f8670ccb9 Fix aif2pcm Pascal string bug and follow AIFF loop point standard Diegoisawesome 2020-02-18 22:41:12 -08:00
  • 3e80641915 in_connection to bool GriffinR 2020-02-18 19:52:37 -05:00
  • 2a2db28e57 Split connection field from graphics id in object events GriffinR 2020-02-18 18:13:31 -05:00
  • f9c1b61014 Merge pull request #258 from GriffinRichards/doc-headers PikalaxALT 2020-02-18 16:42:47 -05:00
  • 5c530e1330 Finish porting pokemon_jump from Emerald PikalaxALT 2020-02-18 16:39:44 -05:00
  • 753e894b6a Move map type/battle scene constants for porymap GriffinR 2020-02-18 16:22:43 -05:00
  • 729c224bf2 Name battle scene and map type constants GriffinR 2020-02-18 16:16:03 -05:00
  • f65e07fb1f pokemon_jump_3,4 PikalaxALT 2020-02-18 15:52:45 -05:00
  • e94f9c1483 Name allow_escaping, allow_running, show_map_name header properties GriffinR 2020-02-18 14:52:42 -05:00
  • af6f99b931 Port pokemon_jump from emerald, 1 PikalaxALT 2020-02-18 14:50:24 -05:00
  • 4643330fdd Name allow_cycling, floor_number header properties GriffinR 2020-02-18 14:08:29 -05:00
  • e4d15a2338 Move GameFreak structs out of LinkManager header PikalaxALT 2020-02-16 14:52:13 -05:00
  • 8989bcd6aa fix alignment in AgbRfu_LinkManager.h PikalaxALT 2020-02-16 14:35:14 -05:00
  • c1d17b2df1 Merge branch 'master' into doc-routes2 GriffinR 2020-02-16 13:57:05 -05:00
  • 058d30fe80 Merge branch 'master' into doc-routes1 GriffinR 2020-02-16 13:53:31 -05:00
  • 13357596b7 Merge pull request #256 from GriffinRichards/fix-species PikalaxALT 2020-02-16 12:25:06 -05:00
  • 1d2c452a6a Merge pull request #249 from GriffinRichards/doc-tilesets PikalaxALT 2020-02-16 12:20:58 -05:00
  • 2c92f89adc Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 12:16:04 -05:00
  • 9addd6a6b6 Merge pull request #248 from GriffinRichards/doc-caves PikalaxALT 2020-02-16 12:14:55 -05:00
  • 6bee17b4ce Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 12:09:13 -05:00
  • 01de877fc8 Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 12:07:24 -05:00
  • 3b40ec23c7 Merge pull request #246 from GriffinRichards/doc-pokemonleague PikalaxALT 2020-02-16 12:07:20 -05:00
  • 6c52359bcb Merge pull request #257 from jiangzhengwenjz/librfu PikalaxALT 2020-02-16 12:06:26 -05:00
  • b6899a0de1 Merge pull request #245 from GriffinRichards/doc-rockets PikalaxALT 2020-02-16 12:05:13 -05:00
  • 6ffc10a1c4 resolve review comments jiangzhengwenjz 2020-02-17 01:01:12 +08:00
  • b4fce4020d Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 11:29:06 -05:00
  • fd0fc184d6 Merge branch 'master' of https://github.com/pret/pokefirered into doc-pokemonleague GriffinR 2020-02-16 11:28:03 -05:00
  • 4e07002d13 Merge pull request #244 from GriffinRichards/doc-saffron PikalaxALT 2020-02-16 11:23:34 -05:00
  • 659afd708b Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 11:18:30 -05:00
  • 51b7b11a55 Merge pull request #243 from GriffinRichards/doc-celadon PikalaxALT 2020-02-16 11:16:02 -05:00
  • 1d006c2661 Merge branch 'master' into doc-tilesets GriffinR 2020-02-16 11:13:58 -05:00
  • 533df93dc1 Merge branch 'master' into doc-caves GriffinR 2020-02-16 11:08:43 -05:00
  • 04130a97d9 Merge pull request #239 from GriffinRichards/doc-ttower PikalaxALT 2020-02-16 11:07:47 -05:00
  • fb8ac4af93 match RFU SDK v1.0.26 jiangzhengwenjz 2020-02-16 11:51:04 +08:00
  • a4cd331634 Merge branch 'master' into doc-ttower GriffinR 2020-02-15 20:44:57 -05:00
  • fee980decd Merge pull request #253 from PikalaxALT/add_arm_agbcc PikalaxALT 2020-02-15 20:16:17 -05:00
  • b3167d579b use uroom size/count macros; travis reverts back to agbcc master PikalaxALT 2020-02-15 14:49:27 -05:00
  • 57c2ea74a8 Address review comments PikalaxALT 2020-02-12 17:02:45 -05:00
  • aa4a979334 More function documentation in union_room, link, link_rfu_2 PikalaxALT 2020-02-12 15:32:14 -05:00
  • 5953064c03 Use ST_OAM defines in DUMMY_OAM_DATA definition PikalaxALT 2020-02-12 08:51:34 -05:00
  • 32dc21b634 Remove defunct macros and move trainer tower pointers and dummy header PikalaxALT 2020-02-11 16:56:09 -05:00
  • 325c5b3f11 Document ereader_helpers.c PikalaxALT 2020-02-11 16:26:50 -05:00
  • 11af7a0751 Rename unk headers PikalaxALT 2020-02-11 13:49:19 -05:00
  • 9ff146b0bc document minigame_countdown.c PikalaxALT 2020-02-11 13:43:14 -05:00
  • 354d837d6f document digit_obj_util PikalaxALT 2020-02-11 10:49:36 -05:00
  • c5424acc11 Use lman local symbols for link recovery PikalaxALT 2020-02-11 09:53:03 -05:00
  • bb7f1f1ff7 Some version differences in librfu_rfu PikalaxALT 2020-02-11 08:57:13 -05:00
  • fd1f45ceae More symbol docs in librfu, link_rfu_2 PikalaxALT 2020-02-10 20:14:04 -05:00
  • 2130218645 Cleaner copy loop in rfu_initializeAPI PikalaxALT 2020-02-10 13:39:28 -05:00
  • fafcdf3c60 Multiversion support for api buff size PikalaxALT 2020-02-10 13:19:15 -05:00
  • b313f568a5 Fix DEX constant order GriffinR 2020-02-10 17:03:55 -05:00
  • 371f9fda6e Annotate AgbRfu_LinkManager.c with local defines PikalaxALT 2020-02-10 12:20:55 -05:00
  • b9f1132aa6 link_rfu.c --> AgbRfu_LinkManager.c PikalaxALT 2020-02-10 12:07:22 -05:00
  • c0373e9e93 Address review comments PikalaxALT 2020-02-10 11:11:25 -05:00
  • 78caeff45b Name remaining funcs in union_room.c PikalaxALT 2020-02-06 10:44:22 -05:00
  • 6af7391add More renaming in union_room.c PikalaxALT 2020-02-04 17:01:57 -05:00
  • 4770fac9eb More mevent documentation PikalaxALT 2020-02-04 14:16:45 -05:00
  • d991f1b2c9 Travis use cam's ARM branch PikalaxALT 2020-02-03 20:10:58 -05:00
  • e0d25c3289 Document wireless_communication_status_screen PikalaxALT 2020-02-03 20:09:14 -05:00
  • d187a96ca2 Document sTextColorTable PikalaxALT 2020-02-03 16:59:36 -05:00
  • 7bd0a83d35 I'm so original with these commit names PikalaxALT 2020-02-03 16:41:25 -05:00
  • d522588538 Some more documentation of array sizes PikalaxALT 2020-02-03 13:51:38 -05:00
  • 46a3ca5134 Union room activity documentation PikalaxALT 2020-02-03 13:42:57 -05:00
  • 34deceb136 Remove old references to battle pyramid GriffinR 2020-02-03 12:07:02 -05:00
  • aed9c28dc3 Document rfu_union_tool PikalaxALT 2020-02-03 11:02:02 -05:00
  • 2b5b956936 Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbcc PikalaxALT 2020-02-03 10:08:43 -05:00
  • 98a79fd72f Merge pull request #255 from PikalaxALT/event_object_80688E4 PikalaxALT 2020-02-03 10:06:06 -05:00
  • ceeed6247d Port object event flags from emerald PikalaxALT 2020-02-02 11:23:04 -05:00
  • ba7403c74e Document event_object_80688E4 PikalaxALT 2020-02-02 11:10:07 -05:00