In gameboy games, when a person hits the a button the text that appears does it move up one line at a time or does it just all move up at one time.
Example if there were 2 lines of text.
1
2
would the next lines be.
2
3
Or would they be
3
4
Thanks for the help.