Samji
|
Last Activity: 12-14-2012 09:13 PM
About Me
- About Samji
- Biography
- I'm a computing student at the University of Worcester.
- Location
- UK
- Interests
- Software development and whatnot
- Occupation
- Student
- Xbox Live Gamertag
- c0derDud3
- samjiman
- Signature
Blog
View Samji's BlogRecent Entries
Latest Blog Entry
I have been trying to write programs using loops to run on my Nintendo DS with DSLua.
Here is the first one. It just cycles through some fruit and puts in in a hypothetical basket.
I then want a drink for my efforts ... a nice banana smoothie
[code]
SCREEN_TOP = 1
SCREEN_BOTTOM = 0
BGTopText = Screen.LoadTextBG()
BGBotText = Screen.LoadTextBG()
Screen.Initialize(SCREEN_TOP, BGTopText)
Screen.Initialize(SCREEN_BOTTOM,...
Here is the first one. It just cycles through some fruit and puts in in a hypothetical basket.
I then want a drink for my efforts ... a nice banana smoothie
[code]
SCREEN_TOP = 1
SCREEN_BOTTOM = 0
BGTopText = Screen.LoadTextBG()
BGBotText = Screen.LoadTextBG()
Screen.Initialize(SCREEN_TOP, BGTopText)
Screen.Initialize(SCREEN_BOTTOM,...