You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove all address comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PRINTPARTY_HP EQUS "\"◀\"" ; $71
|
||||
|
||||
PrintPage1: ; 1dc1b0
|
||||
PrintPage1:
|
||||
hlcoord 0, 0
|
||||
decoord 0, 0, wPrinterTileMapBuffer
|
||||
ld bc, 17 * SCREEN_WIDTH
|
||||
@@ -50,9 +50,8 @@ PrintPage1: ; 1dc1b0
|
||||
jr nz, .column_loop
|
||||
ld [hl], $3a
|
||||
ret
|
||||
; 1dc213
|
||||
|
||||
PrintPage2: ; 1dc213
|
||||
PrintPage2:
|
||||
hlcoord 0, 0, wPrinterTileMapBuffer
|
||||
ld bc, 8 * SCREEN_WIDTH
|
||||
ld a, " "
|
||||
@@ -89,9 +88,8 @@ PrintPage2: ; 1dc213
|
||||
ld a, b
|
||||
call nz, FarString
|
||||
ret
|
||||
; 1dc26a
|
||||
|
||||
.FillColumn: ; 1dc26a
|
||||
.FillColumn:
|
||||
push de
|
||||
ld de, SCREEN_WIDTH
|
||||
.column_loop
|
||||
@@ -101,7 +99,6 @@ PrintPage2: ; 1dc213
|
||||
jr nz, .column_loop
|
||||
pop de
|
||||
ret
|
||||
; 1dc275
|
||||
|
||||
GBPrinterStrings: ; used only for BANK(GBPrinterStrings)
|
||||
GBPrinterString_Null: db "@"
|
||||
@@ -132,9 +129,8 @@ GBPrinterString_PrinterError4:
|
||||
next "Check the Game Boy"
|
||||
next "Printer Manual."
|
||||
db "@"
|
||||
; 1dc381
|
||||
|
||||
PrintPartyMonPage1: ; 1dc381
|
||||
PrintPartyMonPage1:
|
||||
call ClearBGPalettes
|
||||
call ClearTileMap
|
||||
call ClearSprites
|
||||
@@ -232,9 +228,8 @@ PrintPartyMonPage1: ; 1dc381
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ret
|
||||
; 1dc47b
|
||||
|
||||
PrintPartyMonPage2: ; 1dc47b
|
||||
PrintPartyMonPage2:
|
||||
call ClearBGPalettes
|
||||
call ClearTileMap
|
||||
call ClearSprites
|
||||
@@ -284,24 +279,21 @@ PrintPartyMonPage2: ; 1dc47b
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ret
|
||||
; 1dc507
|
||||
|
||||
.PrintTempMonStats: ; 1dc507
|
||||
.PrintTempMonStats:
|
||||
lb bc, 2, 3
|
||||
call PrintNum
|
||||
ret
|
||||
; 1dc50e
|
||||
|
||||
Function1dc50e: ; 1dc50e
|
||||
Function1dc50e:
|
||||
ld bc, NAME_LENGTH
|
||||
ld a, [wCurPartyMon]
|
||||
call AddNTimes
|
||||
ld e, l
|
||||
ld d, h
|
||||
ret
|
||||
; 1dc51a
|
||||
|
||||
Function1dc51a: ; 1dc51a
|
||||
Function1dc51a:
|
||||
and a
|
||||
jr z, .no_move
|
||||
|
||||
@@ -315,9 +307,8 @@ Function1dc51a: ; 1dc51a
|
||||
.got_string
|
||||
call PlaceString
|
||||
ret
|
||||
; 1dc52c
|
||||
|
||||
Function1dc52c: ; 1dc52c
|
||||
Function1dc52c:
|
||||
farcall GetGender
|
||||
ld a, " "
|
||||
jr c, .got_gender
|
||||
@@ -334,18 +325,17 @@ Function1dc52c: ; 1dc52c
|
||||
hlcoord 18, 2
|
||||
ld [hl], "⁂"
|
||||
ret
|
||||
; 1dc550
|
||||
|
||||
String1dc550: ; 1dc550
|
||||
String1dc550:
|
||||
db "OT/@"
|
||||
|
||||
String1dc554: ; 1dc554
|
||||
String1dc554:
|
||||
db "MOVE@"
|
||||
|
||||
String1dc559: ; 1dc559
|
||||
String1dc559:
|
||||
db "<ID>№.@"
|
||||
|
||||
String1dc55d: ; 1dc55d
|
||||
String1dc55d:
|
||||
db "ATTACK"
|
||||
next "DEFENSE"
|
||||
next "SPCL.ATK"
|
||||
@@ -353,12 +343,11 @@ String1dc55d: ; 1dc55d
|
||||
next "SPEED"
|
||||
db "@"
|
||||
|
||||
String1dc584: ; 1dc584
|
||||
String1dc584:
|
||||
db "------------@"
|
||||
; 1dc591
|
||||
|
||||
GBPrinterHPIcon: ; 1dc591
|
||||
GBPrinterHPIcon:
|
||||
INCBIN "gfx/printer/hp.1bpp"
|
||||
|
||||
GBPrinterLvIcon: ; 1dc599
|
||||
GBPrinterLvIcon:
|
||||
INCBIN "gfx/printer/lv.1bpp"
|
||||
|
||||
Reference in New Issue
Block a user