From a210846c62f67cc35353bd61a053fc8f12fcb02d Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 11 May 2015 18:52:57 -0400 Subject: Remove wGBC. wGBC is replaced by hGBC now. This also explains where the off by one offset came from. --- wram.asm | 3 --- 1 file changed, 3 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 818fed54..d703b8f1 100755 --- a/wram.asm +++ b/wram.asm @@ -779,9 +779,6 @@ wNPCMovementScriptSpriteOffset:: ; cf17 wcf18:: ds 2 -wGBC:: ; cf1a - ds 1 - wOnSGB:: ; cf1b ; if running on SGB, it's 1, else it's 0 ds 1 -- cgit v1.2.3