17611 Commits

Author SHA1 Message Date
ExMingYan
57b61cff7a 翻译WSL安装指南 2025-04-28 00:10:06 +08:00
RoamerX
99dce883e4 文本批量修正、微调及润色 2025-04-27 21:37:42 +08:00
Eduardo Quezada
fc872b481e
Fix FORM_CHANGE_ITEM_HOLD bug manifested during givemon (#6702) 2025-04-27 15:27:21 +02:00
RoamerX
bbd7853a95 批量修正、微调及润色 2025-04-27 15:01:24 +08:00
RoamerX
951296a9d3 修复釜炎镇地名错误 2025-04-27 10:51:38 +08:00
Alex
1cd4d23969
Fixes Z and Max moves dmg reduction against side protection (#6697) 2025-04-26 21:46:41 +02:00
DavidJCobb
7ee3043c58 Update battle_controllers.h
typo
2025-04-26 11:47:48 -04:00
DavidJCobb
2864408060 Tweaks to documentation comments 2025-04-26 11:40:14 -04:00
DavidJCobb
b4ee45f3e8 Renamed BATTLELINKMSGTYPE_ to BATTLELINKCOMMTYPE_
I want to avoid the word "message" since PRET has already chosen "battle message" as the term for predefined strings usable in the battle scripts and UI.

I was considering the term "battle link packet" instead, but the library for wireless communications already uses the word "packet" even though GBATEK does not. I'm going with "battle link communication type" instead. For this particular context, I don't think we need a compound noun ("X type"); the singular noun "type" is fine enough.
2025-04-26 11:37:20 -04:00
RoamerX
75d2beddbb 宝可导航信息调整
对战寻呼训练家信息暂时改用小号字体以显示完整
菜单选项由“导航器”改成“导航”
2025-04-26 22:54:47 +08:00
DavidJCobb
d8721b668e Fixed find-and-replace mistake
Functions were using the wrong constant.
2025-04-26 10:54:22 -04:00
RoamerX
257c6e1f41 Merge branch 'master' of https://github.com/rh-hideout-chinese/pokeemerald-expansion 2025-04-26 21:54:05 +08:00
RoamerX
ce12aa0adf 文本修正、微调及润色2 2025-04-26 21:54:01 +08:00
RoamerX
df515d0057
Merge branch 'rh-hideout:master' into master 2025-04-26 21:52:42 +08:00
RoamerX
3d45119bbe 大批量文本修正、微调及润色 2025-04-26 21:51:46 +08:00
RoamerX
454343f53d 装饰物品说明换行修正 2025-04-26 19:16:14 +08:00
RoamerX
dcfeec35d6 更正与熏香效果相同的属性强化道具的说明
变成独立的文本了,顺便把中文用不到的pluralName复数名称项全部删除了
2025-04-26 18:47:30 +08:00
DavidJCobb
8f5c1a452d Update battle_controllers.h
Simplified macros.
2025-04-26 01:33:17 -04:00
DavidJCobb
2738d11b0f Additional fixes to last few commits
ROM now compiles, but it's not comparing as equal...
2025-04-26 01:00:16 -04:00
DavidJCobb
bab9f0cfef gBattleControllerExecFlags macro in MarkAllBattlersForControllerExec
whoops, missed one
2025-04-26 00:46:06 -04:00
DavidJCobb
a4370ffcde gBattleControllerExecFlags bits now identified via helper macros
Created "exposition" macros to describe operations performed on gBattleControllerExecFlags. Updated the battle engine internals to use them, to more clearly document how battle link communications actually work.
2025-04-26 00:45:03 -04:00
DavidJCobb
9dc48899d3 BUFFER_A/B -> BATTLELINKMSGTYPE; link send/recv. task data names
Replaced the BUFFER_A and BUFFER_B constants with the BATTLELINKMSGTYPE enum, which also identifies the "controller becoming idle" message type.

Named the task data for the link send task and the link receive task. Added macros to functions related to those tasks, for legibility.
2025-04-26 00:13:42 -04:00
Bassoonian
d53c616e06
Adds a whole bunch of new tests (#6685) 2025-04-24 20:13:03 +02:00
hedara90
5cd7bd77b3
Fix various Toxic Spikes interactions (#6690)
Co-authored-by: Hedara <hedara90@gmail.com>
Co-authored-by: PhallenTree <168426989+PhallenTree@users.noreply.github.com>
2025-04-24 17:06:47 +02:00
RoamerX
10328eec96 在easychat中停止使用StringCopyUppercase以避免汉字显示错误 2025-04-24 22:17:39 +08:00
PhallenTree
34e91dd96f
Fixes Unburden doubling speed when affected by Neutralizing Gas (#6691) 2025-04-24 15:26:23 +02:00
RoamerX
dfb76bf8fa Update pokedex_plus_hgss.c
HGSS图鉴文字位置微调以适应UI
2025-04-24 18:27:54 +08:00
RoamerX
5fc2213e1c 遗漏的换行文本溢出情况修复
Pokenav统一为宝可导航,全流程中仅兹伏奇初次介绍时使用
送神山码头文本错误翻译修复
城市名称统一补全为XX市/镇
哈奇老人相关的文本调整
海员统一修正为水手
标点符号重复使用修复
小遥错字修复
汉化优化
2025-04-24 18:14:06 +08:00
RoamerX
a1a09123b2 破折号统一补充 2025-04-24 16:23:35 +08:00
RoamerX
64c17a76f2 包括全部NPC训练家对战文本在内的大量文本修正及润色
润色了全部NPC训练家对战前后的文本
统一了破折号的使用
将“培养”“饲育”等词统一规范为“培育”
其他个别错误修正
2025-04-24 16:19:31 +08:00
Martin Griffin
66c07f9c33
Merge pull request #2123 from estellarc/birch-dialog-box
Missing constant in Birch speech dialogue
2025-04-24 09:04:03 +01:00
Estellar
dd70446db5 Added constant in Birch speech dialogue 2025-04-23 18:46:11 -04:00
RoamerX
518d46acc8 readme调整 2025-04-23 23:25:14 +08:00
RoamerX
07c5afc985 readme调整 2025-04-23 22:05:48 +08:00
RoamerX
0b2f257de1 说明md文本调整 2025-04-23 21:56:18 +08:00
RoamerX
f4b1ae7f01 Merge branch 'master' of https://github.com/rh-hideout-chinese/pokeemerald-expansion 2025-04-23 21:55:10 +08:00
RoamerX
9be524e0e4 说明md文本调整 2025-04-23 21:55:06 +08:00
RoamerX
d49d284cb2
Merge branch 'rh-hideout:master' into master 2025-04-23 21:52:37 +08:00
RoamerX
8d1d7af31e 说明md文本调整 2025-04-23 21:51:04 +08:00
RoamerX
a7dbb743bf 说明md文本调整 2025-04-23 21:46:06 +08:00
RoamerX
41309b0dbf Update README.md 2025-04-23 21:38:15 +08:00
RoamerX
49558d8872 说明md文件汉化 2025-04-23 21:36:02 +08:00
RoamerX
8bdfd1b1ae Update pokemon_storage_system.c
宝可梦盒子多选框宽度调整
2025-04-23 20:36:27 +08:00
Alex
20799d5835
Remove misleading comment (#6684) 2025-04-23 14:24:25 +02:00
RoamerX
f3917e42d4 Update questionnaire.inc 2025-04-23 20:13:17 +08:00
RoamerX
8175f377ee Update scripts.inc
之前遗漏的一处汉化译名修正
2025-04-23 20:04:34 +08:00
RoamerX
fd8b3d7676 特性弹窗汉字上下一行像素补全
解决方案来自卧看微尘聚聚,感谢
2025-04-23 18:25:03 +08:00
hedara90
6fdb6a9e34
Fixed broken palette load for shiny followers in the sprite visualizer (#6683)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-04-23 12:17:54 +02:00
RoamerX
bde6119201 debug相关文本汉化 2025-04-23 18:13:15 +08:00
RoamerX
2b265bd01a
Merge branch 'rh-hideout:master' into master 2025-04-23 15:42:35 +08:00