summaryrefslogtreecommitdiff
path: root/home/mon_stats.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/mon_stats.asm')
-rw-r--r--home/mon_stats.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/mon_stats.asm b/home/mon_stats.asm
index e84e552..e5b16db 100644
--- a/home/mon_stats.asm
+++ b/home/mon_stats.asm
@@ -1,10 +1,10 @@
include "constants.asm"
-if DEBUG
-SECTION "Mon Stats", ROM0 [$394b]
-else
-SECTION "Mon Stats", ROM0 [$390f]
-endc
+; if DEBUG
+SECTION "home/mon_stats.asm", ROM0
+; else
+; SECTION "Mon Stats", ROM0 [$390f]
+; endc
DrawBattleHPBar::
push hl
@@ -79,4 +79,4 @@ _PrepMonFrontpic::
ld [wSpriteFlipped], a
inc a
ld [wMonDexIndex], a
- ret
+ ret \ No newline at end of file