Skip to content

Commit

Permalink
MegaZeux 2.65 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelva1984 committed Aug 11, 2008
1 parent b568397 commit 13e6bab
Show file tree
Hide file tree
Showing 29 changed files with 9,196 additions and 5,400 deletions.
777 changes: 0 additions & 777 deletions CHANGELOG

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ graphics.obj helpsys.obj hexchar.obj idarray.obj idput.obj intake.obj \
main.obj meminter.obj meter.obj mouse.obj new_mod.obj palette.obj \
pal_ed.obj param.obj password.obj random.obj retrace.obj roballoc.obj \
runrobot.obj runrobo2.obj saveload.obj scrdisp.obj scrdump.obj sfx.obj \
sfx_edit.obj string.obj timer.obj window.obj
sfx_edit.obj sprite.obj string.obj timer.obj window.obj

#
# I'd rather this wasn't necessary, but I can't think of a way either in
Expand All @@ -49,7 +49,7 @@ graphics.obj+helpsys.obj+hexchar.obj+idarray.obj+idput.obj+intake.obj+\
main.obj+meminter.obj+meter.obj+mouse.obj+new_mod.obj+palette.obj+\
pal_ed.obj+param.obj+password.obj+random.obj+retrace.obj+roballoc.obj+\
runrobot.obj+runrobo2.obj+saveload.obj+scrdisp.obj+scrdump.obj+sfx.obj+\
sfx_edit.obj+string.obj+timer.obj+window.obj
sfx_edit.obj+sprite.obj+string.obj+timer.obj+window.obj

all: megazeux.exe fix.exe getpw.exe killgbl.exe txt2hlp.exe ver1to2.exe

Expand Down
7 changes: 0 additions & 7 deletions READ.txt

This file was deleted.

46 changes: 0 additions & 46 deletions README.S1

This file was deleted.

1 change: 1 addition & 0 deletions README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Read readme.1st, this is empty.
4 changes: 3 additions & 1 deletion const.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@
#define NUM_COUNTERS 1020 // This is a decent # for now. Spid
#define NUM_STATUS_CNTRS 6
//The first n counters are reserved for internal use (GEMS, etc)
#define RESERVED_COUNTERS 9
// I added strings to reserved. - Exo
#define RESERVED_COUNTERS 19
#define STRING_BASE 9
//ID number for storage of the only copy of the current robot/scroll/sensor
#define TEMP_STORAGE 0
//ID number for storage of the global robot
Expand Down
Loading

0 comments on commit 13e6bab

Please sign in to comment.