You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -3,7 +3,7 @@ rating: MACRO
|
||||
dbww \1, \2, \3
|
||||
ENDM
|
||||
|
||||
OakRatings: ; 0x2667f
|
||||
OakRatings:
|
||||
; if you caught at most this many, play this sound, load this text
|
||||
; (text is defined in engine/events/prof_oaks_pc.asm)
|
||||
rating 9, SFX_DEX_FANFARE_LESS_THAN_20, OakRating01
|
||||
@@ -25,5 +25,4 @@ OakRatings: ; 0x2667f
|
||||
rating 239, SFX_DEX_FANFARE_230_PLUS, OakRating17
|
||||
rating 248, SFX_DEX_FANFARE_230_PLUS, OakRating18
|
||||
rating 255, SFX_DEX_FANFARE_230_PLUS, OakRating19
|
||||
; 0x266de
|
||||
|
@@ -31,7 +31,7 @@ UnownWalls:
|
||||
; db $0e, $2c, $64, $2c, $0e, -1
|
||||
unownwall "H", "O", "-", "O", "H"
|
||||
|
||||
MenuHeaders_UnownWalls: ; 0x8aed5
|
||||
MenuHeaders_UnownWalls:
|
||||
; UNOWNWORDS_ESCAPE
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 3, 4, 16, 9
|
||||
|
Reference in New Issue
Block a user