Skip to content

Commit

Permalink
Removed build info from title screen
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Mar 1, 2021
1 parent b7903e4 commit 1e7bc43
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/title.mfk
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ void draw_title_screen() {
}

draw_text(4, 10, contest_text.pointer, contest_text.length, 0)
draw_text(9, 11, title_build_text.pointer, title_build_text.length, 0)
draw_text(9, 28, music_attribution_text.pointer, music_attribution_text.length, 0)

set_bank_0()
Expand All @@ -140,10 +139,6 @@ const array(byte) contest_text = [
"NESDev Comp 2021 Edition"
]

const array(byte) title_build_text = [
"Build 2/28/21.0"
]

const array(byte) music_attribution_text = [
"Music by Erithe"
]

0 comments on commit 1e7bc43

Please sign in to comment.