From 3c6c089323007471256d8e07468c221eb4eb3def Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 7 Sep 2022 19:41:01 -0500 Subject: [PATCH] Added warning if overworld map code exceeds original bounds --- menu/overworldmap.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/overworldmap.asm b/menu/overworldmap.asm index cf2c246..85848ad 100644 --- a/menu/overworldmap.asm +++ b/menu/overworldmap.asm @@ -297,3 +297,4 @@ MC_Masks: ; EP TH DP PD SK TR TT MM db $20, $20, $10, $02, $80, $08, $10, $01, $40, $04, $04, $08, $40 +warnpc $0AC3B1 ; above code should not exceed the space of the code segment it is overwriting \ No newline at end of file