D-Bug & Automation Forum
D-Bug & Automation Forum >> Coding >> Hidden messages in code
http://d-bug.mooo.com/dbugforums/cgi-bin/yabb2/YaBB.pl?num=1257011785

Message started by ggn on 31.10.09 at 17:56:24

Title: Re: Hidden messages in code
Post by Klapauzius on 29.10.11 at 09:06:10
Gauntlet

[code]l_valkyrie      ds.w      1
l_wizard      ds.w      1
l_elf            ds.w      1
*
saved_warrior:      ds.l      8      * saved states of players when changing levels
*
* Joystick variables
*
     .globl      jstick_0
jstick_0      ds.b      1            * data byte for j0
jstick_1      ds.b      1            * data byte for j1
     .globl      j0_direction
j0_direction      ds.w      1            * direction for player
j0_x            ds.w      1            * joy stick 0 x direction
j0_y            ds.w      1            * joy stick 0 y direction
j0_button      ds.w      1            * joy stick 0 button
j0_magic      ds.w      1            * FFFF when using magic
j1_direction      ds.w      1            *
j1_x            ds.w      1            * joy stick 1 x direction
j1_y            ds.w      1            * joy stick 1 y direction
j1_button      ds.w      1            * joy stick 1 button
j1_magic      ds.w      1            * FFFF when using magic
k0_direction      ds.w      1            * direction for player
k0_x            ds.w      1            * kbd stick 0 x direction
k0_y            ds.w      1            * kbd stick 0 y direction
k0_button      ds.w      1            * kbd stick 0 button
k0_magic      ds.w      1            * FFFF when us[/code]

Just a fragment of the original source code, to be found in a sector on game disk 2.

D-Bug & Automation Forum » Powered by YaBB 2.6.0!
YaBB Forum Software © 2000-2024. All Rights Reserved.