If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Castelian (NES)
| Castelian |
|---|
|
Also known as: Kyoro-Chan Land (JP)
|
Castelian is a puzzle platform game released for the NES. This game also appears on other systems with different names, including Nebulus, Subline, and Tower Toppler.
Contents
Secret Message
At the Game Over screen, press and hold A + Select + Up on Controller 1, then wait until the title screen re-appears. Instead you'll see the secret copyright message. The message itself is encrypted by xoring with $55 value, and can't be found in hex editor as a plain text.
Disabled Cheats
A couple of disabled test cheats still linger, and can be re-enabled with the following Game Genie codes.
- SAOKUPSZ (US version) or SAXKUZSZ (Japanese version) – Enables an invincibility cheat when you press Down + Left + A + B simultaneously. Also, if you enter a door, the level will be automatically finished.
- SAOKSPSZ (US version) or SAXKSZSZ (Japanese version) – Automatically finishes the level right then and there when you press Down + Left + A + B. Use with the above code, or it won't work for some reason.
Anti-piracy Check
The US version has a check in place to prevent would-be pirates from tampering with the game's text and/or hidden copyright routine. When entering a level, the game performs an integrity check on the entirety of PRG bank 3, which contains the aforementioned data. If it doesn't get the expected result, the code jumps to the wrong location and hangs. This routine still exists in the Japanese version, though it's never accessed.
Source Code
A fragment of uncompiled code is stored in the ROM at address 0x03715:
pz_vars equ &60 ;page zero variables dbase equ &1800 ;4K current database dsource equ &2800 ;compressed database no_of_towers equ 4 ;total towers total_towers equ dsource ;defined towers tower_addr equ dsource+1 ;4 * address (relative to dsource) tower_size equ tower_addr+(2*no_of_towers) ;4 * size in bytes (word) tower_data equ tower_size+(2*no_of_towers) ;compressed tower data ;a). x0xxxxxx = byte ;b). x1xxxxxx = repeated byte ; cccccccc count=2..255 sprite_addr_l equ &3900 ;sprite address table 2*256 bytes sprite_addr_h equ &3A00 rnd_table equ &3B00 ;1/4K table of 256 random numbers main_vars equ &3C00 ;main global variables (see S.VARS) ;--------------------------------------------- ;BANK 1 - VIC BANK : SPRITE,SCREENS, |
Regional Differences
| To do: Add protagonist sprites for comparison. |
The game was released as Castelian in US and as Kyoro-Chan Land in Japan, and has a completely different title screen, title music and protagonist.
Title Screen
| US | Japan |
|---|---|
|
|
Title Music
| US | Japan |
|---|---|
Both themes are used in both games, but where they play was changed: Castelian's title music is used in Kyoro-Chan Land in the "intermission" stages between levels, and vice versa.
Staff Roll
The US/European versions use a light green hue for the staff text, while the Japanese version uses salmon text. Other than that, both staff rolls are exactly the same.
- Games developed by Bits Studios
- Games published by Triffix
- Games published by Storm
- Games published by Hiro
- NES games
- Games released in 1991
- Games with unused code
- Games with uncompiled source code
- Games with hidden developer credits
- Games with debugging functions
- Games with regional differences
- Games with anti-piracy methods
- To do
Cleanup > To do
Games > Games by content > Games with anti-piracy methods
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden developer credits
Games > Games by content > Games with regional differences
Games > Games by content > Games with uncompiled source code
Games > Games by content > Games with unused code
Games > Games by developer > Games developed by Bits Studios
Games > Games by platform > NES games
Games > Games by publisher > Games published by Hiro
Games > Games by publisher > Games published by Square Enix > Games published by Eidos Interactive > Games published by SCi Games > Games published by Storm
Games > Games by publisher > Games published by Triffix
Games > Games by release date > Games released in 1991


