RoamerX
1e989ff45d
SUMMARY界面奖章文字译名更新
2025-04-30 13:04:21 +08:00
Alex
afcba8d9cd
Fixes Stomping Tantrum not doubling power if asleep or frozen ( #6719 )
2025-04-29 23:25:56 +02:00
Bassoonian
c8e978c3d5
Pret merge 2025-04-29 ( #6722 )
2025-04-29 23:24:12 +02:00
Hedara
4873589c65
Merge remote-tracking branch 'pret/master' into new-pret-merge
...
Conflicts:
asm/macros/battle_script.inc
data/battle_anim_scripts.s
include/battle.h
include/battle_controllers.h
include/battle_setup.h
include/constants/battle.h
src/battle_anim_normal.c
src/battle_anim_utility_funcs.c
src/battle_bg.c
src/battle_controllers.c
src/battle_main.c
src/battle_script_commands.c
2025-04-29 20:27:33 +02:00
RoamerX
acbbb4f865
修复所有句尾结束没有标点符号的对话
2025-04-29 14:54:12 +08:00
RoamerX
a7211fe61d
Update strings.c
2025-04-29 14:10:23 +08:00
RoamerX
a812c96187
主要是开拓区的文本重译+润色
...
物品统一译为道具(重要物品、装饰物品等名称不变)
2025-04-29 14:04:21 +08:00
Eduardo Quezada
9c6fa49671
Use correct define for moves in test runner ( #6711 )
2025-04-28 12:09:47 -04:00
RoamerX
60275fae18
宝可导航图片文字修复
...
包括译名更正以及文字间隔统一
2025-04-28 23:23:42 +08:00
RoamerX
c1b992791c
文本重译+润色
...
缎带统一为奖章
2025-04-28 23:02:48 +08:00
RoamerX
b70b8224dd
对战开拓区文本大批量重译+润色
2025-04-28 21:37:36 +08:00
DavidJCobb
35b33a46e9
Identified task and sprite fields related to battle weather animations
...
Named task and sprite fields related to the animations for Hail, Rain Dance, and Sandstorm.
2025-04-28 05:39:52 -04:00
RoamerX
0419ab6745
Merge pull request #37 from ExMingYan/master
...
新增Msys2编译指南
2025-04-28 16:16:54 +08:00
ExMingYan
e151fa83df
增加Msys2使用mingw64编译指南
2025-04-28 16:09:05 +08:00
RoamerX
2c632a39ff
Merge pull request #36 from ExMingYan/master
...
翻译WSL安装指南
2025-04-28 10:18:54 +08:00
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