Cite This Page
Bibliographic details for ROM editing with Python and skytemple-files
- Page name: ROM editing with Python and skytemple-files
- Author: SkyTemple contributors
- Publisher: SkyTemple.
- Date of last revision: 30 September 2025 16:51 UTC
- Date retrieved: 9 June 2026 20:43 UTC
- Permanent URL: https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271
- Page Version ID: 1271
Citation styles for ROM editing with Python and skytemple-files
APA style
ROM editing with Python and skytemple-files. (2025, September 30). SkyTemple. Retrieved 20:43, June 9, 2026 from https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271.
MLA style
"ROM editing with Python and skytemple-files." SkyTemple. 30 Sep 2025, 16:51 UTC. 9 Jun 2026, 20:43 <https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271>.
MHRA style
SkyTemple contributors, 'ROM editing with Python and skytemple-files', SkyTemple, 30 September 2025, 16:51 UTC, <https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271> [accessed 9 June 2026]
Chicago style
SkyTemple contributors, "ROM editing with Python and skytemple-files," SkyTemple, https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271 (accessed June 9, 2026).
CBE/CSE style
SkyTemple contributors. ROM editing with Python and skytemple-files [Internet]. SkyTemple; 2025 Sep 30, 16:51 UTC [cited 2026 Jun 9]. Available from: https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271.
Bluebook style
ROM editing with Python and skytemple-files, https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271 (last visited June 9, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "SkyTemple",
title = "ROM editing with Python and skytemple-files --- SkyTemple{,} ",
year = "2025",
url = "https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271",
note = "[Online; accessed 9-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "SkyTemple",
title = "ROM editing with Python and skytemple-files --- SkyTemple{,} ",
year = "2025",
url = "\url{https://wiki.skytemple.org/index.php?title=ROM_editing_with_Python_and_skytemple-files&oldid=1271}",
note = "[Online; accessed 9-June-2026]"
}