Jump to content

satyrsfaction

Members
  • Content Count

    75
  • Joined

  • Last visited

Everything posted by satyrsfaction

  1. Sure. I was just trying to streamline my code and all these errors started showing up. text_adventure2.bas
  2. Found dasm version: DASM 2.20.12 Starting build of text_adventure2.bas batari Basic v1.4 (c)2020 2600 Basic compilation complete. --- Unresolved Symbol List free ram: 0 DPC free RAM= 603 8 bytes of ROM space left in bank 1 3624 bytes of ROM space left in bank 2 522 bytes of ROM space left in bank 3 897 bytes of ROM space left in bank 4 3626 bytes of ROM space left in bank 5 3919 bytes of ROM space left in bank 6 885 bytes of ROM space left in graphics bank text_adventure2.bas.asm (3876): error: Illegal Addressing mode 'bit '. text_adventure2.bas.asm (3970): error: Illegal Addressing mode 'bit '. text_adventure2.bas.asm (4064): error: Illegal Addressing mode 'bit '. text_adventure2.bas.asm (4296): error: Illegal Addressing mode 'bit '. Fatal assembly error: Source is not resolvable. Build complete. Cleaning up files generated during compilation... Can someone tell me what this means and how to fix it?
  3. well, another update....now the final maze, instead of becoming entirely visible when you have the Seer, i did a halo of light like in the original Adventure. I finally figured out how to do it. theres still one bug that I can't figure out...the Harp keeps going back to its original room when you drop it. Grr. text_adventure.bas.bin
  4. I wish I could see it....but nothing I've played the game on does that. anyone feel like looking at my code? It's probably a mess. text_adventure.bas
  5. OK, i put the lines in every time I call drawscreen. Did it help? text_adventure.bas.bin
  6. Ok, well I do switch banks when the player switches rooms...i look into your suggestion. So the DFxFRACINC lines should or shouldn't be called before draw screen and should or shouldn't be part of the main loop? At any rate, I updated the game so it has two levels now. The second level has random placement of the objects and companions. text_adventure.bas.bin
  7. I'm using Atari Dev Studio, and OpenEmu for testing it. Not sure what version of Batari or Stella they use. What is an ARM driver? Sorry, I'm a beginner.
  8. Is this better? text_adventure.bas.bin
  9. Thats so weird. it doesn't do that on mine at all. But, I'll look into that.
  10. I finally finished my first ever Atari game, which I made in Batari Basic. I call it Text Adventure. I made it mainly as a means to learn the language. It's a small Adventure-style game, but the items, monsters, etc. are represented by words instead of pictures. My idea behind this is to, in some small way, capture the feel of the tabletop RPGs where you use your imagination. I figured that seeing the word would more readily inside one to imagine the thing than seeing a picture or icon. Whether or not my theory holds up is up to you, I guess. Haha. Anyway, the object is to find the Gem and bring it to the temple. The Gem is in the Castle, and you'll need the Key to get inside. You can use the Axe to fight monsters, or the Harp to put them to sleep. There are also two companions you can find: the Hero, who increases your combat abilities, and the Seer, who helps you see in the dark castle. Hope you enjoy, Thanks. Thanks to orange808 for all his help. Below is the really, really final, updated, corrected version of Text Adventure! (3/22/20) Enjoy! text_adventure.bas.bin
  11. OK, serious offer. I'm finding this extremely frustrating. What would it take to get someone to just figure this out for me so I can get back to the fun part?
  12. ok, I'm confused ... when i put in your numbers and use pfpixel, the pixel appears way to the right and up from the player position. Shouldn't it be right on top of it? Or am I just not understanding this at all?
  13. thank you everyone for your help.
  14. is there a difference if you're using DCP+? i tried it again, and it compiled, but it still doesn't seem to be working right. I have it drawing a playfield pixel, and its still way off from the player's position.
  15. OK, i still don't have a handle on this. my playfield is 30 playfield pixels high, and I'm using the ball as my player -- it's 6 pixels tall by 4 wide. since the the playfield is 88 tall, that means i'd be dividing by roughly 3, right? when I put in that value I get this: --- Unresolved Symbol List div8 0000 ???? (R )
  16. OK, i tried it and with the sample program, the pixels appeared on top of the sprite. So i tried it with my game, and I'm having difficulty lining up the pixels. what do the numbers mean? which ones should I try changing? thanks for your help.
  17. Thanks, but I'm not sure I understand what you mean -- i'm just a beginner.
  18. Well, I solved my memory problems for now. Apparently you can put the playfield data in another bank and it works fine. I still don't know how to fix my collision detection with the playfield. I just don't understand how to adapt Random Terrain's collision prevention to this new play field resolution. textadventure.bas.bin textadventure.bas
  19. Hi, i'm very much a beginner at this -- i started a little adventure style game as a means of learning Batari Basic....I hope to expand on it later. I'm having two major problems. First, the collision detection i came up with is terrible. I wanted to use the collision prevention in Random Terrain's manual, but it doesn't seem to work, perhaps because my game is a different play field size? Second, i'm out of memory and unfinished. what can i do to save memory, or to move stuff to other banks -- i'm just not sure how that works. will variable values stay assigned if you switch banks? Will play field information stay if you assign it from a different bank? textadv.bas.bin textadv.bas
  20. its still not working. What am I missing? game5.bas
  21. I'm just starting out in Batari Basic, and I decided to convert my initial attempt into DCP+ in order to have more sprites available. but now, the play field won't show up -- the player still collides with it, but it's invisible. Can anyone tell me what I'm doing wrong? game5.bas
  22. Thanks -- I got it to work. I think I was thinking of the C64 when I was talking about loading and running files. Anyway, It's a great game. I'm glad I was able to play it again.
  23. Hi, I'm trying to run Return of Heracles on an Atari 800 emulator. OK, it's been a while... once I put in the disk -- what do I do? I assume I'm supposed to load and run something, but I don't even remeber how to get a directory of the disk. Help me please. Thanks.
×
×
  • Create New...