Files
pokeheartgold/lib/dsprot/include/garbage.h
taxicat1 008118b6b3 Address review comments
- all local vars to camelcase
- header include guards with lib name
- comments for preprocessor directives
- asm defs back to respective .inc files
- /lib/dsprot/tools/ merged to /tools/
- unprefixed globals prefixed
- sdk defs consolidated to sdk include
- lsf lib split to objects
2025-11-09 02:59:34 -05:00

9 lines
133 B
C

#ifndef DSPROT_GARBAGE_H
#define DSPROT_GARBAGE_H
#include "sdk.h"
extern const u32 DSProt_Garbage[6];
#endif // DSPROT_GARBAGE_H