pokeplatinum/include/constants/bdhc.h
Kuruyia 3f8301106c Document BDHC file loading
This documents the loading of BDHC files that are embedded in files of
the land data NARC.

Credits goes to Mikelan98, HiroTDK and HumanGamer for their resources
(listed below). It would have been a lot more painful having to reverse
this file format.

Resources used:
* https://hirotdk.neocities.org/FileSpecs#Terrain
* https://www.pokecommunity.com/threads/i-solved-the-final-piece-of-the-terrain-bdhc-files-in-gen-4-inclines.424428/

Signed-off-by: Kuruyia <github@kuruyia.net>
2025-02-05 19:27:30 +01:00

9 lines
179 B
C

#ifndef POKEPLATINUM_CONSTANTS_BDHC_H
#define POKEPLATINUM_CONSTANTS_BDHC_H
#define BDHC_BUFFER_SIZE 0x9000
#define BDHC_MAGIC_LENGTH 4
#endif // POKEPLATINUM_CONSTANTS_BDHC_H