diff options
author | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
---|---|---|
committer | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
commit | e596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch) | |
tree | 57b6381363f3126a026b9e39aae9ac5630936293 /engine/title.asm | |
parent | 382fd4b50e27cea7e0f97839363235ea2eac14fa (diff) |
A few small formatting fixes
Diffstat (limited to 'engine/title.asm')
-rw-r--r-- | engine/title.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm index 7f9d707..d7ae3a7 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -630,9 +630,9 @@ SetTitleGfxNext:: ret if DEBUG -SECTION "Title screen TEMPORARY", ROMX[$62A5],BANK[1] ; TODO: merge this with the main section above +SECTION "Title screen TEMPORARY", ROMX[$62A5], BANK[$01] ; TODO: merge this with the main section above else -SECTION "Title screen TEMPORARY", ROMX[$62A2],BANK[1] ; TODO: merge this with the main section above +SECTION "Title screen TEMPORARY", ROMX[$62A2], BANK[$01] ; TODO: merge this with the main section above endc |