Thomas B
|
17b6fddfb2
|
add wav file conversion and playback
|
1 month ago |
Thomas B
|
cb8d910353
|
decrement white score when shooting
|
1 month ago |
Thomas B
|
0c24e0b36d
|
add flash cart type to makefile
|
1 month ago |
Thomas B
|
bf412c2d46
|
add drums to score screen music
|
1 month ago |
Thomas B
|
6f8baf7662
|
add proper obj respawning
|
1 month ago |
Thomas B
|
7b91d3b049
|
add nicer game-over music. make more room in rom0 by banking obj functions. dont spawn stuff on top of player.
|
1 month ago |
Thomas B
|
d36abe174d
|
add 1kHz timer and music (placeholder notes)
|
1 month ago |
Thomas B
|
1d1ddca278
|
dont return score struct by value, pass as pointer arg instead. fixes banking score issue strangely.
|
1 month ago |
Thomas B
|
700908725d
|
add emulicious and debugging support for kate
|
1 month ago |
Thomas B
|
b685072b4d
|
remove unused includes and re-enable initial obj spawning
|
1 month ago |
Thomas B
|
0f915b5e9f
|
add macro to restore previous bank when switching rom banks. score no longer crashes but shows garbage.
|
1 month ago |
Thomas B
|
6622f41dc4
|
dont add debug build to actual releases
|
1 month ago |
Thomas B
|
cec57b3356
|
split clean and build steps in gh actions
|
1 month ago |
Thomas B
|
962b42f757
|
archive debug and release builds in gh action
|
1 month ago |
Thomas B
|
0b95475146
|
add spawning code. causes bank0 overflow, so put score code in BANKED. but crashes. why?!
|
1 month ago |
Thomas B
|
ab6579ecc1
|
move defines from header to the sources where they are used
|
1 month ago |
Thomas B
|
f5e707ff1a
|
dont score games with god mode
|
1 month ago |
Thomas B
|
563f97ed06
|
add large debug marker. properly keep coordinates in range.
|
1 month ago |
Thomas B
|
15854ca485
|
add sprite marker test
|
1 month ago |
Thomas B
|
edc6b1ee95
|
add animation to splash screen
|
1 month ago |
Thomas B
|
005273eed4
|
add score reset debug option
|
1 month ago |
Thomas B
|
9a59268c5d
|
add debug flags and menu
|
1 month ago |
Thomas B
|
0e0afb6c62
|
debug marker in center of screen. tweak sprite positions.
|
1 month ago |
Thomas B
|
05df04374a
|
only use one sram bank for savegames
|
1 month ago |
Thomas B
|
9e0e81866e
|
show off cartridge image in readme
|
1 month ago |
Thomas B
|
87c32e6f59
|
add artwork files
|
1 month ago |
Thomas B
|
e37231df56
|
add cartridge artwork to docs
|
1 month ago |
Thomas B
|
fae5d2cb39
|
optimize ship offsets. add explosion sound. tweak pickup ranges.
|
1 month ago |
Thomas B
|
41c9c88b68
|
optimize pause sprite to only use one color palette
|
1 month ago |
Thomas B
|
035393ca42
|
add second color to pause text and flip between them
|
1 month ago |
Thomas B
|
2831e54995
|
reorder main loop
|
1 month ago |
Thomas B
|
c31a6d8f38
|
move obj movement into obj_act(), mask wrap of coordinates so items can be picked up after wrapping screens
|
1 month ago |
Thomas B
|
2d6b8aa88d
|
add pause and quit
|
1 month ago |
Thomas B
|
9e7f23eb49
|
reduce large obj sphere of influence, less gravity, large white sphere heals fully
|
1 month ago |
Thomas B
|
be9cf7e2cc
|
add proper score keeping
|
1 month ago |
Thomas B
|
95b1df3919
|
add about screen with version info
|
1 month ago |
Thomas B
|
47c1d6fbdc
|
start working on 8-way movement
|
1 month ago |
Thomas B
|
972740cc98
|
can enter name for score
|
1 month ago |
Thomas B
|
a506ccad37
|
fix explosion and negative score
|
1 month ago |
Thomas B
|
7b064ffed2
|
load power palette from correct rom bank
|
1 month ago |
Thomas B
|
05a71b8c6b
|
add sgb border support
|
1 month ago |
Thomas B
|
7e4d212178
|
proper mbc type. use double-speed mode on gbc.
|
1 month ago |
Thomas B
|
7c8f2a609c
|
add explosion sprites and convert individual bar sprites to one. load explosion palettes dynamically.
|
1 month ago |
Thomas B
|
e0b0efca06
|
start work on score entry
|
1 month ago |
Thomas B
|
fd0c6ba1ea
|
show high score list being drawn
|
1 month ago |
Thomas B
|
32a0222f5f
|
add letters to show names in highscore
|
1 month ago |
Thomas B
|
ac40343934
|
move game score window to bottom right
|
1 month ago |
Thomas B
|
94d87687eb
|
can shoot and score large spheres
|
1 month ago |
Thomas B
|
1f8001e4e8
|
add ROM autobanking and store highscores in banked RAM.
|
1 month ago |
Thomas B
|
44b4af29cf
|
custom favicon and nice background for website
|
1 month ago |