From f5cbefc2958e5dec050be0b6a8ccaf46c42693a1 Mon Sep 17 00:00:00 2001 From: KDSKardabox Date: Tue, 17 Apr 2018 14:24:39 +0530 Subject: Decompile mon markings --- include/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 9afcb75ad..1313ddc3a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2864,4 +2864,8 @@ extern const u8 gBerryPalette_Enigma[]; //credits extern const u8 gCreditsCopyrightEnd_Gfx[]; +//pokenav condition marker +extern const u8 gPokenavConditionMarker_Gfx[]; +extern const u16 gPokenavConditionMarker_Pal[]; + #endif //GUARD_GRAPHICS_H -- cgit v1.2.3