[pp2] put define dest on a single line

This commit is contained in:
ManDude
2022-04-16 18:38:44 +01:00
parent 97dc0e14df
commit 9a54a762df
50 changed files with 198 additions and 400 deletions
+16 -32
View File
@@ -2,8 +2,7 @@
(in-package goal)
;; definition for symbol *main-options*, type (array game-option)
(define
*main-options*
(define *main-options*
(new
'static
'boxed-array
@@ -49,8 +48,7 @@
)
;; definition for symbol *title*, type (array game-option)
(define
*title*
(define *title*
(new
'static
'boxed-array
@@ -78,8 +76,7 @@
)
;; definition for symbol *options*, type (array game-option)
(define
*options*
(define *options*
(new
'static
'boxed-array
@@ -107,8 +104,7 @@
)
;; definition for symbol *main-options-demo*, type (array game-option)
(define
*main-options-demo*
(define *main-options-demo*
(new
'static
'boxed-array
@@ -136,8 +132,7 @@
)
;; definition for symbol *main-options-demo-shared*, type (array game-option)
(define
*main-options-demo-shared*
(define *main-options-demo-shared*
(new
'static
'boxed-array
@@ -166,8 +161,7 @@
)
;; definition for symbol *game-options*, type (array game-option)
(define
*game-options*
(define *game-options*
(new
'static
'boxed-array
@@ -180,8 +174,7 @@
)
;; definition for symbol *game-options-japan*, type (array game-option)
(define
*game-options-japan*
(define *game-options-japan*
(new
'static
'boxed-array
@@ -193,8 +186,7 @@
)
;; definition for symbol *game-options-demo*, type (array game-option)
(define
*game-options-demo*
(define *game-options-demo*
(new
'static
'boxed-array
@@ -206,8 +198,7 @@
)
;; definition for symbol *graphic-options*, type (array game-option)
(define
*graphic-options*
(define *graphic-options*
(new
'static
'boxed-array
@@ -227,8 +218,7 @@
)
;; definition for symbol *graphic-title-options-pal*, type (array game-option)
(define
*graphic-title-options-pal*
(define *graphic-title-options-pal*
(new
'static
'boxed-array
@@ -253,8 +243,7 @@
)
;; definition for symbol *sound-options*, type (array game-option)
(define
*sound-options*
(define *sound-options*
(new
'static
'boxed-array
@@ -276,8 +265,7 @@
)
;; definition for symbol *ok-options*, type (array game-option)
(define
*ok-options*
(define *ok-options*
(new
'static
'boxed-array
@@ -287,8 +275,7 @@
)
;; definition for symbol *load-options*, type (array game-option)
(define
*load-options*
(define *load-options*
(new
'static
'boxed-array
@@ -302,8 +289,7 @@
)
;; definition for symbol *save-options*, type (array game-option)
(define
*save-options*
(define *save-options*
(new
'static
'boxed-array
@@ -317,8 +303,7 @@
)
;; definition for symbol *save-options-title*, type (array game-option)
(define
*save-options-title*
(define *save-options-title*
(new
'static
'boxed-array
@@ -1549,8 +1534,7 @@
)
;; definition for symbol *task-egg-starting-x*, type (array int32)
(define
*task-egg-starting-x*
(define *task-egg-starting-x*
(new 'static 'boxed-array :type int32 :length 9 :allocated-length 9 #xda #xc2 #xab #x93 #x7c 100 77 53 30)
)