Skip to content

Commit

Permalink
Final names added to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
zorchenhimer committed Jun 25, 2019
1 parent 7d8f76e commit 47537be
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions credits_data.i
Original file line number Diff line number Diff line change
Expand Up @@ -238,21 +238,24 @@ cr_data_chunk_166: .byte CR_OP_NAME, $15, "HexlerHeavyIndustries"
cr_data_chunk_167: .byte CR_OP_NAME, $0D, "justsomeguy13"
cr_data_chunk_168: .byte CR_OP_NAME, $04, "jkiv"
cr_data_chunk_169: .byte CR_OP_NAME, $91, "Stay_Hydrated_Bot"
cr_data_chunk_170: .byte CR_OP_NAME, $0C, "aznanimedude"
cr_data_chunk_171: .byte CR_OP_NAME, $0A, "ilovebeer_"
cr_data_chunk_172: .byte CR_OP_NAME, $07, "suavity"
; Bottom padding for Attribute
cr_data_chunk_170:
cr_data_chunk_173:
.byte CR_OP_CLEAR_ROW
.byte CR_OP_CLEAR_ROW
.byte CR_OP_ATTR, $00

cr_data_chunk_171: .byte CR_OP_NAME, $0B, "Thank you!!"
cr_data_chunk_174: .byte CR_OP_NAME, $0B, "Thank you!!"
; Bottom padding for Attribute
cr_data_chunk_172:
cr_data_chunk_175:
.byte CR_OP_CLEAR_ROW
.byte CR_OP_CLEAR_ROW
.byte CR_OP_ATTR, $00

; Bottom padding for Attribute
cr_data_chunk_173:
cr_data_chunk_176:
.byte CR_OP_CLEAR_ROW
.byte CR_OP_CLEAR_ROW
.byte CR_OP_ATTR, $00
Expand Down

0 comments on commit 47537be

Please sign in to comment.