seseler's Profile
I have been playing Dink Smallwood since before I learned to speak English. It took a very long time for me to beat the game.
My possibly completely wrong guess from cursory reading of the source code is that it is because of the screen-border checks on pill_brain.
So, a sprite near right edge it will go down-left and sprite near bottom edge it will go up-right.
if (spr[h].y > (playy - 15))
{
changedir(9,h,spr[h].base_walk);
}
if (spr[h].x > (playx - 15))
{
changedir(1,h,spr[h].base_walk);
}
if (spr[h].y < 18)
{
changedir(1,h,spr[h].base_walk);
}
if (spr[h].x < 18)
{
changedir(3,h,spr[h].base_walk);
}
So, a sprite near right edge it will go down-left and sprite near bottom edge it will go up-right.
seseler has released 3 files
| Title | Category | Avg | Updated |
|---|---|---|---|
| Things from my backyard (new enemies) | Development, Graphics | N/A | December 15th, 2025 |
| Dink Smallwood Questlog Edition | D-Mod, Add-On | N/A | July 25th, 2025 |
| Minor sprite fixes | Graphics, Add-On | N/A | November 19th, 2024 |






