From 690fbbac17765015c848c822719001ba31964a80 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 11 May 2015 17:46:52 -0400 Subject: Update hram.asm --- hram.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hram.asm b/hram.asm index e466468b..e9f38c5d 100644 --- a/hram.asm +++ b/hram.asm @@ -160,3 +160,5 @@ hJoyInput EQU $FFF5 ; bit 0: draw HP fraction to the right of bar instead of below (for party menu) ; bit 1: menu is double spaced hFlags_0xFFF6 EQU $FFF6 + +hGBC EQU $FFFE ; 0 if DMG, 1 if GBC -- cgit v1.3.1-sl0p