#178484 - themanwhoran - Wed Sep 23, 2015 3:38 pm
Hi everyone, I'm new to the GBAdev forums. I know the C programming language fairly well but I am having trouble drawing a background on my GBA game. I am trying to make a football field kicking game where the ball moves back and forth on the screen and you have to press the button at the right time to kick the goal correctly. So far I have drawn a background image in Usenti ( http://i.imgur.com/VqWPmFT.png ) and exported it to a tilemap. I got this as the export ( https://www.mediafire.com/folder/cm1dfdjq9a4b6/fieldbgexport ). I have been following TONC's tutorial to make GBA games but I will admit it's a little technical and confusing for me. Anyway using the tutorial for making backgrounds as a model I tried to display my background using this ( http://i.imgur.com/vKS5r6V.png ) as my source code and got this outputnin the emulator ( http://i.imgur.com/V767GzB.png ). If someone could help me through this problem and explain where I went wrong that would be amazing. I have been stuck on this for a while and it would be great if I could understand more what I am coding, I have been copying TONC's code and halfway understanding what I am doing but I guess all the concepts I should have been studying up on have finally caught up to me. Here is a download link for my entire project ( http://www.mediafire.com/download/gzk4c94997c499l/feildgoalgame_2.0.zip )