diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 14:03:48 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 14:03:48 -0400 |
commit | a75c6619fb933dc2d4c94b24394fb6fa9335b3b1 (patch) | |
tree | 6e90a61bcfa23f20358009d29eb8c2c38bcebe6a /home/fade.asm | |
parent | b7da8dbb0e2236f37e4b4c99b88598369da3a008 (diff) |
Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since only the debug Gold ROM is built
Diffstat (limited to 'home/fade.asm')
-rw-r--r-- | home/fade.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/fade.asm b/home/fade.asm index 4da54a0..882a200 100644 --- a/home/fade.asm +++ b/home/fade.asm @@ -1,10 +1,6 @@ include "constants.asm" -; if DEBUG SECTION "home/fade.asm", ROM0 -; else -; SECTION "DMG Palette Fade Effect", ROM0 [$0307] -; endc Function0343:: ; 0343 ld a, [wTimeOfDayPal] |