diff --git a/GUI.NET/Dependencies/resources.en.xml b/GUI.NET/Dependencies/resources.en.xml
index fadea465..d13e1d2b 100644
--- a/GUI.NET/Dependencies/resources.en.xml
+++ b/GUI.NET/Dependencies/resources.en.xml
@@ -42,7 +42,14 @@
Disk {0} Side {1}
File not found: {0}
The selected bios file is invalid.
+
This option allows Mesen to load HDNes-format HD packs if they are found.
HD Packs should be placed in the "HdPacks" folder in a subfolder matching the name of the ROM.
e.g: MyRom.nes should have their HD Pack in "HdPacks\MyRom\hires.txt".
Note: Support for HD Packs is a work in progress and some limitations remain.
+ Selects the scale and video filter to use when generating the PNG files
for the HD Pack. Use the "Prescale" filters to generate the tiles
at a larger scale without applying any transformation to the pixels.
+ This option is only available for CHR RAM games. CHR RAM games have no
fixed "banks" - they are dynamically created by the game's code.
This option alters the HD Pack Builder's behavior when grouping the tiles into
the PNG files - a smaller bank size will usually result in less PNG
files (but depending on the game's code, it larger values may produce
better results).
+ When this option is enabled, the tiles in PNG files are sorted by the
frequency at which they are shown on the screen while recording (more
common palettes will be grouped together in the first PNG for a specific bank
number. If this option is unchecked, the PNGs will be sorted by palette -
each PNG will only contain up to 4 different colors in this case.
+ This option groups all the blank tiles sequentially into the same PNG
files - this helps reduce the number of PNG files produced by removing
almost-empty PNG files containing only blank tiles.
+ When enabled, this option will alter the display order of CHR banks
that contain only sprites to make the sprites easier to edit in the PNG file.
+
You are running the latest version of Mesen
Patch and reset the current game?
Please select a ROM matching the IPS/UPS/BPS patch file.
diff --git a/GUI.NET/Dependencies/resources.es.xml b/GUI.NET/Dependencies/resources.es.xml
index 58ecbc50..622268e1 100644
--- a/GUI.NET/Dependencies/resources.es.xml
+++ b/GUI.NET/Dependencies/resources.es.xml
@@ -87,6 +87,7 @@
Ejecutar todos los tests
Depurar
Ventana de log
+ HD Pack Builder
Captura de pantalla
Cargar juego aletóreo
Ayuda
@@ -537,6 +538,21 @@
OK
Cancelar
+
+
+
+
+
+